#D8797A

Color #D8797A Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #D8797A

Tints of Froly #D8797A

Color information

#D8797A (or 0xD8797A) is unknown color: approx Froly. HEX triplet: D8, 79 and 7A. RGB value is (216,121,122). Sum of RGB (Red+Green+Blue) = 216+121+122=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D8797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8797A is #278685. Grayscale: #959595. Windows color (decimal): -2590342 or 8026584. OLE color: 8026584.

HSL color Cylindrical-coordinate representation of color #D8797A: hue angle of 359.37º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8797A is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB216121122-
CMYK00.440.440.15
HSL359.37º54.91%66.08%-
HSV(B)359.37º43.98%84.71%-
XYZ38.6729.6822.1-
YUV149.52112.47175.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 47.06%
GREEN value IS 121 (47.66% from 255) = 26.36%
BLUE value IS 122 (48.05% from 255) = 26.58%
R=47.06%
G=26.36%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612112200.440.440.15359.3754.9166.08
HexD8797A02C2CF1673742
Octal330171172054541754767102
Binary1101100011110011111010010110010110011111011001111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8797A; }

 p { color: rgb(216,121,122); }

 H1.HeaderClassName
 {
   color: #D8797A;
 }
 .AnyTagClassName
 {
   color: #D8797A;
 }
</style>
background-color css

<style>
 a { background-color: #D8797A; }

 a { background-color: rgb(216,121,122); }

 div.DivClassName
 {
   background-color: #D8797A;
 }
 .BgClassName
 {
   background-color: #D8797A;
 }
</style>
border-color css

<style>
 span { border-color: #D8797A; }

 span { border-color: rgb(216,121,122); }

 td.TdClassName
 {
   border-color: #D8797A;
 }
 .TagClassName
 {
   border-color: #D8797A;
 }
</style>