Html Css Color HEX #D76572 Froly

📋 copy color: '#D76572'

red 215 ◦ green 101 ◦ blue 114

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

Shades of Froly #D76572

Tints of Froly #D76572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.49%

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

R = 50%
G = 23.49%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D76572 (or 0xD76572) is known color: Froly. HEX triplet: D7, 65 and 72. RGB value is (215,101,114). Sum of RGB (Red+Green+Blue) = 215+101+114=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D76572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76572 is #289A8D. Grayscale: #888888. Windows color (decimal): -2661006 or 7497175. OLE color: 7497175.

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

Color convert

RGB 215 101 114 -
CMYK 0 0.53 0.47 0.16
HSL 353.16º 0.59% 0.62% -
HSV(B) 353.16º 0.53% 0.84% -
XYZ 35.72 24.97 18.86 -
YUV 136.57 115.27 183.94 -
System Red Green Blue C M Y K H S L
Decimal 215 101 114 0 0.53 0.47 0.16 353.16 0.59 0.62
Hex D7 65 72 0 35 2F 10 161 3B 3E
Octal 327 145 162 0 65 57 20 541 73 76
Binary 11010111 1100101 1110010 0 110101 101111 10000 101100001 111011 111110

Color Harmonies of #D76572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76572

Black with #D76572

Text Example


Text Example

White with #D76572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76572; }

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

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

background-color css

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

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

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

border-color css

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

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

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