Html Css Color HEX #D76876 Froly

📋 copy color: '#D76876'

red 215 ◦ green 104 ◦ blue 118

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

Shades of Froly #D76876

Tints of Froly #D76876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.8%

 BLUE value IS 118 (46.48% from 255) = 27%

R = 49.2%
G = 23.8%
B = 27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D76876 (or 0xD76876) is known color: Froly. HEX triplet: D7, 68 and 76. RGB value is (215,104,118). Sum of RGB (Red+Green+Blue) = 215+104+118=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D76876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76876 is #289789. Grayscale: #8A8A8A. Windows color (decimal): -2660234 or 7760087. OLE color: 7760087.

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

Color convert

RGB 215 104 118 -
CMYK 0 0.52 0.45 0.16
HSL 352.43º 0.58% 0.63% -
HSV(B) 352.43º 0.52% 0.84% -
XYZ 36.24 25.66 20.18 -
YUV 138.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 215 104 118 0 0.52 0.45 0.16 352.43 0.58 0.63
Hex D7 68 76 0 34 2D 10 160 3A 3F
Octal 327 150 166 0 64 55 20 540 72 77
Binary 11010111 1101000 1110110 0 110100 101101 10000 101100000 111010 111111

Color Harmonies of #D76876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76876

Black with #D76876

Text Example


Text Example

White with #D76876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76876; }

 p { color: rgb(215,104,118); }

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

background-color css

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

 a { background-color: rgb(215,104,118); }

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

border-color css

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

 span { border-color: rgb(215,104,118); }

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