Html Css Color HEX #D0797B Froly

📋 copy color: '#D0797B'

red 208 ◦ green 121 ◦ blue 123

#D0797B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #D0797B

Tints of Froly #D0797B

RGB

 RED value IS 208 (81.64% from 255) = 46.02%

 GREEN value IS 121 (47.66% from 255) = 26.77%

 BLUE value IS 123 (48.44% from 255) = 27.21%

R = 46.02%
G = 26.77%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0797B (or 0xD0797B) is known color: Froly. HEX triplet: D0, 79 and 7B. RGB value is (208,121,123). Sum of RGB (Red+Green+Blue) = 208+121+123=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0797B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0797B is #2F8684. Grayscale: #939393. Windows color (decimal): -3114629 or 8092112. OLE color: 8092112.

HSL color Cylindrical-coordinate representation of color #D0797B: hue angle of 358.62º 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 #D0797B is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 121 123 -
CMYK 0 0.42 0.41 0.18
HSL 358.62º 0.48% 0.65% -
HSV(B) 358.62º 0.42% 0.82% -
XYZ 36.42 28.51 22.32 -
YUV 147.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 208 121 123 0 0.42 0.41 0.18 358.62 0.48 0.65
Hex D0 79 7B 0 2A 29 12 167 30 41
Octal 320 171 173 0 52 51 22 547 60 101
Binary 11010000 1111001 1111011 0 101010 101001 10010 101100111 110000 1000001

Color Harmonies of #D0797B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0797B

Black with #D0797B

Text Example


Text Example

White with #D0797B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0797B; }

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

 H1.HeaderClassName
 {
   color: #D0797B;
 }
 .AnyTagClassName
 {
   color: #D0797B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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