Html Css Color HEX #D76172 Froly

📋 copy color: '#D76172'

red 215 ◦ green 97 ◦ blue 114

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

Shades of Froly #D76172

Tints of Froly #D76172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.77%

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

R = 50.47%
G = 22.77%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D76172 (or 0xD76172) is known color: Froly. HEX triplet: D7, 61 and 72. RGB value is (215,97,114). Sum of RGB (Red+Green+Blue) = 215+97+114=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D76172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76172 is #289E8D. Grayscale: #868686. Windows color (decimal): -2662030 or 7496151. OLE color: 7496151.

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

Color convert

RGB 215 97 114 -
CMYK 0 0.55 0.47 0.16
HSL 351.36º 0.6% 0.61% -
HSV(B) 351.36º 0.55% 0.84% -
XYZ 35.34 24.21 18.73 -
YUV 134.22 116.59 185.62 -
System Red Green Blue C M Y K H S L
Decimal 215 97 114 0 0.55 0.47 0.16 351.36 0.6 0.61
Hex D7 61 72 0 37 2F 10 15F 3C 3D
Octal 327 141 162 0 67 57 20 537 74 75
Binary 11010111 1100001 1110010 0 110111 101111 10000 101011111 111100 111101

Color Harmonies of #D76172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76172

Black with #D76172

Text Example


Text Example

White with #D76172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76172; }

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

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

background-color css

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

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

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

border-color css

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

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

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