Html Css Color HEX #D76D72 Froly

📋 copy color: '#D76D72'

red 215 ◦ green 109 ◦ blue 114

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

Shades of Froly #D76D72

Tints of Froly #D76D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.89%

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

R = 49.09%
G = 24.89%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D76D72 (or 0xD76D72) is known color: Froly. HEX triplet: D7, 6D and 72. RGB value is (215,109,114). Sum of RGB (Red+Green+Blue) = 215+109+114=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D72 is #28928D. Grayscale: #8D8D8D. Windows color (decimal): -2658958 or 7499223. OLE color: 7499223.

HSL color Cylindrical-coordinate representation of color #D76D72: hue angle of 357.17º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76D72 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 109 114 -
CMYK 0 0.49 0.47 0.16
HSL 357.17º 0.57% 0.64% -
HSV(B) 357.17º 0.49% 0.84% -
XYZ 36.53 26.6 19.13 -
YUV 141.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 215 109 114 0 0.49 0.47 0.16 357.17 0.57 0.64
Hex D7 6D 72 0 31 2F 10 165 39 40
Octal 327 155 162 0 61 57 20 545 71 100
Binary 11010111 1101101 1110010 0 110001 101111 10000 101100101 111001 1000000

Color Harmonies of #D76D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D72

Black with #D76D72

Text Example


Text Example

White with #D76D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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