Html Css Color HEX #D07478 Froly

📋 copy color: '#D07478'

red 208 ◦ green 116 ◦ blue 120

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

Shades of Froly #D07478

Tints of Froly #D07478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.13%

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

R = 46.85%
G = 26.13%
B = 27.03%

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

#D07478 (or 0xD07478) is known color: Froly. HEX triplet: D0, 74 and 78. RGB value is (208,116,120). Sum of RGB (Red+Green+Blue) = 208+116+120=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D07478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07478 is #2F8B87. Grayscale: #909090. Windows color (decimal): -3115912 or 7894224. OLE color: 7894224.

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

Color convert

RGB 208 116 120 -
CMYK 0 0.44 0.42 0.18
HSL 357.39º 0.49% 0.64% -
HSV(B) 357.39º 0.44% 0.82% -
XYZ 35.65 27.26 21.15 -
YUV 143.96 114.48 173.67 -
System Red Green Blue C M Y K H S L
Decimal 208 116 120 0 0.44 0.42 0.18 357.39 0.49 0.64
Hex D0 74 78 0 2C 2A 12 165 31 40
Octal 320 164 170 0 54 52 22 545 61 100
Binary 11010000 1110100 1111000 0 101100 101010 10010 101100101 110001 1000000

Color Harmonies of #D07478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07478

Black with #D07478

Text Example


Text Example

White with #D07478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07478; }

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

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

background-color css

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

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

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

border-color css

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

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

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