Html Css Color HEX #D07578 Froly

📋 copy color: '#D07578'

red 208 ◦ green 117 ◦ blue 120

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

Shades of Froly #D07578

Tints of Froly #D07578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.97%

R = 46.74%
G = 26.29%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D07578 (or 0xD07578) is known color: Froly. HEX triplet: D0, 75 and 78. RGB value is (208,117,120). Sum of RGB (Red+Green+Blue) = 208+117+120=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D07578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07578 is #2F8A87. Grayscale: #909090. Windows color (decimal): -3115656 or 7894480. OLE color: 7894480.

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

Color convert

RGB 208 117 120 -
CMYK 0 0.44 0.42 0.18
HSL 358.02º 0.49% 0.64% -
HSV(B) 358.02º 0.44% 0.82% -
XYZ 35.76 27.49 21.19 -
YUV 144.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 208 117 120 0 0.44 0.42 0.18 358.02 0.49 0.64
Hex D0 75 78 0 2C 2A 12 166 31 40
Octal 320 165 170 0 54 52 22 546 61 100
Binary 11010000 1110101 1111000 0 101100 101010 10010 101100110 110001 1000000

Color Harmonies of #D07578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07578

Black with #D07578

Text Example


Text Example

White with #D07578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07578; }

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

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

background-color css

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

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

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

border-color css

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

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

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