Html Css Color HEX #D76276 Froly

📋 copy color: '#D76276'

red 215 ◦ green 98 ◦ blue 118

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

Shades of Froly #D76276

Tints of Froly #D76276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.74%

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

R = 49.88%
G = 22.74%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D76276 (or 0xD76276) is known color: Froly. HEX triplet: D7, 62 and 76. RGB value is (215,98,118). Sum of RGB (Red+Green+Blue) = 215+98+118=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D76276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76276 is #289D89. Grayscale: #878787. Windows color (decimal): -2661770 or 7758551. OLE color: 7758551.

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

Color convert

RGB 215 98 118 -
CMYK 0 0.54 0.45 0.16
HSL 349.74º 0.59% 0.61% -
HSV(B) 349.74º 0.54% 0.84% -
XYZ 35.66 24.49 19.99 -
YUV 135.26 118.26 184.87 -
System Red Green Blue C M Y K H S L
Decimal 215 98 118 0 0.54 0.45 0.16 349.74 0.59 0.61
Hex D7 62 76 0 36 2D 10 15E 3B 3D
Octal 327 142 166 0 66 55 20 536 73 75
Binary 11010111 1100010 1110110 0 110110 101101 10000 101011110 111011 111101

Color Harmonies of #D76276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76276

Black with #D76276

Text Example


Text Example

White with #D76276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76276; }

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

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

background-color css

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

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

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

border-color css

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

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

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