Html Css Color HEX #D76A72 Froly

📋 copy color: '#D76A72'

red 215 ◦ green 106 ◦ blue 114

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

Shades of Froly #D76A72

Tints of Froly #D76A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.21%

R = 49.43%
G = 24.37%
B = 26.21%

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

#D76A72 (or 0xD76A72) is known color: Froly. HEX triplet: D7, 6A and 72. RGB value is (215,106,114). Sum of RGB (Red+Green+Blue) = 215+106+114=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76A72 is #28958D. Grayscale: #8B8B8B. Windows color (decimal): -2659726 or 7498455. OLE color: 7498455.

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

Color convert

RGB 215 106 114 -
CMYK 0 0.51 0.47 0.16
HSL 355.6º 0.58% 0.63% -
HSV(B) 355.6º 0.51% 0.84% -
XYZ 36.22 25.97 19.02 -
YUV 139.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 215 106 114 0 0.51 0.47 0.16 355.6 0.58 0.63
Hex D7 6A 72 0 33 2F 10 164 3A 3F
Octal 327 152 162 0 63 57 20 544 72 77
Binary 11010111 1101010 1110010 0 110011 101111 10000 101100100 111010 111111

Color Harmonies of #D76A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A72

Black with #D76A72

Text Example


Text Example

White with #D76A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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