#D0797A

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

Shades of Froly #D0797A

Tints of Froly #D0797A

Color information

#D0797A (or 0xD0797A) is unknown color: approx Froly. HEX triplet: D0, 79 and 7A. RGB value is (208,121,122). Sum of RGB (Red+Green+Blue) = 208+121+122=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0797A is #2F8685. Grayscale: #939393. Windows color (decimal): -3114630 or 8026576. OLE color: 8026576.

HSL color Cylindrical-coordinate representation of color #D0797A: hue angle of 359.31º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0797A is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB208121122-
CMYK00.420.410.18
HSL359.31º48.07%64.51%-
HSV(B)359.31º41.83%81.57%-
XYZ36.3628.4921.99-
YUV147.13113.82171.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.12%
GREEN value IS 121 (47.66% from 255) = 26.83%
BLUE value IS 122 (48.05% from 255) = 27.05%
R=46.12%
G=26.83%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812112200.420.410.18359.3148.0764.51
HexD0797A02A29121673041
Octal320171172052512254760101
Binary11010000111100111110100101010101001100101011001111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0797A; }

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

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

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

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

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

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

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

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