Html Css Color HEX #D76A71 Froly

📋 copy color: '#D76A71'

red 215 ◦ green 106 ◦ blue 113

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

Shades of Froly #D76A71

Tints of Froly #D76A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.42%

 BLUE value IS 113 (44.53% from 255) = 26.04%

R = 49.54%
G = 24.42%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D76A71 (or 0xD76A71) is known color: Froly. HEX triplet: D7, 6A and 71. RGB value is (215,106,113). Sum of RGB (Red+Green+Blue) = 215+106+113=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76A71 is #28958E. Grayscale: #8B8B8B. Windows color (decimal): -2659727 or 7432919. OLE color: 7432919.

HSL color Cylindrical-coordinate representation of color #D76A71: hue angle of 356.15º 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 #D76A71 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 106 113 -
CMYK 0 0.51 0.47 0.16
HSL 356.15º 0.58% 0.63% -
HSV(B) 356.15º 0.51% 0.84% -
XYZ 36.16 25.95 18.73 -
YUV 139.39 113.11 181.93 -
System Red Green Blue C M Y K H S L
Decimal 215 106 113 0 0.51 0.47 0.16 356.15 0.58 0.63
Hex D7 6A 71 0 33 2F 10 164 3A 3F
Octal 327 152 161 0 63 57 20 544 72 77
Binary 11010111 1101010 1110001 0 110011 101111 10000 101100100 111010 111111

Color Harmonies of #D76A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A71

Black with #D76A71

Text Example


Text Example

White with #D76A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A71; }

 p { color: rgb(215,106,113); }

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

background-color css

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

 a { background-color: rgb(215,106,113); }

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

border-color css

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

 span { border-color: rgb(215,106,113); }

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