#772037

Color #772037 Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #772037

Tints of Claret #772037

Color information

#772037 (or 0x772037) is unknown color: approx Claret. HEX triplet: 77, 20 and 37. RGB value is (119,32,55). Sum of RGB (Red+Green+Blue) = 119+32+55=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #772037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772037 is #88DFC8. Grayscale: #3C3C3C. Windows color (decimal): -8970185 or 3612791. OLE color: 3612791.

HSL color Cylindrical-coordinate representation of color #772037: hue angle of 344.14º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772037 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB1193255-
CMYK00.730.540.53
HSL344.14º57.62%29.61%-
HSV(B)344.14º73.11%46.67%-
XYZ8.815.234.16-
YUV60.64124.82169.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.77%
GREEN value IS 32 (12.89% from 255) = 15.53%
BLUE value IS 55 (21.88% from 255) = 26.70%
R=57.77%
G=15.53%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119325500.730.540.53344.1457.6229.61
Hex77203704936351583a1e
Octal1674067011166655307236
Binary11101111000001101110100100111011011010110101100011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772037; }

 p { color: rgb(119,32,55); }

 H1.HeaderClassName
 {
   color: #772037;
 }
 .AnyTagClassName
 {
   color: #772037;
 }
</style>
background-color css

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

 a { background-color: rgb(119,32,55); }

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

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

 span { border-color: rgb(119,32,55); }

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