Html Css Color HEX #D07577 Froly

📋 copy color: '#D07577'

red 208 ◦ green 117 ◦ blue 119

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

Shades of Froly #D07577

Tints of Froly #D07577

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.35%

 BLUE value IS 119 (46.88% from 255) = 26.8%

R = 46.85%
G = 26.35%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D07577 (or 0xD07577) is known color: Froly. HEX triplet: D0, 75 and 77. RGB value is (208,117,119). Sum of RGB (Red+Green+Blue) = 208+117+119=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D07577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07577 is #2F8A88. Grayscale: #909090. Windows color (decimal): -3115657 or 7828944. OLE color: 7828944.

HSL color Cylindrical-coordinate representation of color #D07577: hue angle of 358.68º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07577 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 117 119 -
CMYK 0 0.44 0.43 0.18
HSL 358.68º 0.49% 0.64% -
HSV(B) 358.68º 0.44% 0.82% -
XYZ 35.7 27.46 20.87 -
YUV 144.44 113.65 173.34 -
System Red Green Blue C M Y K H S L
Decimal 208 117 119 0 0.44 0.43 0.18 358.68 0.49 0.64
Hex D0 75 77 0 2C 2B 12 167 31 40
Octal 320 165 167 0 54 53 22 547 61 100
Binary 11010000 1110101 1110111 0 101100 101011 10010 101100111 110001 1000000

Color Harmonies of #D07577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07577

Black with #D07577

Text Example


Text Example

White with #D07577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07577; }

 p { color: rgb(208,117,119); }

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

background-color css

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

 a { background-color: rgb(208,117,119); }

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

border-color css

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

 span { border-color: rgb(208,117,119); }

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