Html Css Color HEX #D76372 Froly

📋 copy color: '#D76372'

red 215 ◦ green 99 ◦ blue 114

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

Shades of Froly #D76372

Tints of Froly #D76372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.13%

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

R = 50.23%
G = 23.13%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D76372 (or 0xD76372) is known color: Froly. HEX triplet: D7, 63 and 72. RGB value is (215,99,114). Sum of RGB (Red+Green+Blue) = 215+99+114=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D76372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76372 is #289C8D. Grayscale: #878787. Windows color (decimal): -2661518 or 7496663. OLE color: 7496663.

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

Color convert

RGB 215 99 114 -
CMYK 0 0.54 0.47 0.16
HSL 352.24º 0.59% 0.62% -
HSV(B) 352.24º 0.54% 0.84% -
XYZ 35.52 24.59 18.79 -
YUV 135.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 215 99 114 0 0.54 0.47 0.16 352.24 0.59 0.62
Hex D7 63 72 0 36 2F 10 160 3B 3E
Octal 327 143 162 0 66 57 20 540 73 76
Binary 11010111 1100011 1110010 0 110110 101111 10000 101100000 111011 111110

Color Harmonies of #D76372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76372

Black with #D76372

Text Example


Text Example

White with #D76372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76372; }

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

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

background-color css

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

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

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

border-color css

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

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

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