Html Css Color HEX #D76978 Froly

📋 copy color: '#D76978'

red 215 ◦ green 105 ◦ blue 120

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

Shades of Froly #D76978

Tints of Froly #D76978

RGB

 RED value IS 215 (84.38% from 255) = 48.86%

 GREEN value IS 105 (41.41% from 255) = 23.86%

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

R = 48.86%
G = 23.86%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D76978 (or 0xD76978) is known color: Froly. HEX triplet: D7, 69 and 78. RGB value is (215,105,120). Sum of RGB (Red+Green+Blue) = 215+105+120=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D76978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76978 is #289687. Grayscale: #8B8B8B. Windows color (decimal): -2659976 or 7891415. OLE color: 7891415.

HSL color Cylindrical-coordinate representation of color #D76978: hue angle of 351.82º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76978 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 105 120 -
CMYK 0 0.51 0.44 0.16
HSL 351.82º 0.58% 0.63% -
HSV(B) 351.82º 0.51% 0.84% -
XYZ 36.47 25.91 20.85 -
YUV 139.6 116.94 181.78 -
System Red Green Blue C M Y K H S L
Decimal 215 105 120 0 0.51 0.44 0.16 351.82 0.58 0.63
Hex D7 69 78 0 33 2C 10 160 3A 3F
Octal 327 151 170 0 63 54 20 540 72 77
Binary 11010111 1101001 1111000 0 110011 101100 10000 101100000 111010 111111

Color Harmonies of #D76978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76978

Black with #D76978

Text Example


Text Example

White with #D76978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76978; }

 p { color: rgb(215,105,120); }

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

background-color css

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

 a { background-color: rgb(215,105,120); }

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

border-color css

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

 span { border-color: rgb(215,105,120); }

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