Html Css Color HEX #D76F72 Froly

📋 copy color: '#D76F72'

red 215 ◦ green 111 ◦ blue 114

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

Shades of Froly #D76F72

Tints of Froly #D76F72

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.23%

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

R = 48.86%
G = 25.23%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D76F72 (or 0xD76F72) is known color: Froly. HEX triplet: D7, 6F and 72. RGB value is (215,111,114). Sum of RGB (Red+Green+Blue) = 215+111+114=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76F72 is #28908D. Grayscale: #8E8E8E. Windows color (decimal): -2658446 or 7499735. OLE color: 7499735.

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

Color convert

RGB 215 111 114 -
CMYK 0 0.48 0.47 0.16
HSL 358.27º 0.57% 0.64% -
HSV(B) 358.27º 0.48% 0.84% -
XYZ 36.75 27.03 19.2 -
YUV 142.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 215 111 114 0 0.48 0.47 0.16 358.27 0.57 0.64
Hex D7 6F 72 0 30 2F 10 166 39 40
Octal 327 157 162 0 60 57 20 546 71 100
Binary 11010111 1101111 1110010 0 110000 101111 10000 101100110 111001 1000000

Color Harmonies of #D76F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F72

Black with #D76F72

Text Example


Text Example

White with #D76F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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