Html Css Color HEX #D76B72 Froly

📋 copy color: '#D76B72'

red 215 ◦ green 107 ◦ blue 114

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

Shades of Froly #D76B72

Tints of Froly #D76B72

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.54%

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

R = 49.31%
G = 24.54%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D76B72 (or 0xD76B72) is known color: Froly. HEX triplet: D7, 6B and 72. RGB value is (215,107,114). Sum of RGB (Red+Green+Blue) = 215+107+114=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76B72 is #28948D. Grayscale: #8C8C8C. Windows color (decimal): -2659470 or 7498711. OLE color: 7498711.

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

Color convert

RGB 215 107 114 -
CMYK 0 0.50 0.47 0.16
HSL 356.11º 0.57% 0.63% -
HSV(B) 356.11º 0.5% 0.84% -
XYZ 36.32 26.18 19.06 -
YUV 140.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 215 107 114 0 0.50 0.47 0.16 356.11 0.57 0.63
Hex D7 6B 72 0 32 2F 10 164 39 3F
Octal 327 153 162 0 62 57 20 544 71 77
Binary 11010111 1101011 1110010 0 110010 101111 10000 101100100 111001 111111

Color Harmonies of #D76B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B72

Black with #D76B72

Text Example


Text Example

White with #D76B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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