#772034

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

Shades of Claret #772034

Tints of Claret #772034

Color information

#772034 (or 0x772034) is unknown color: approx Claret. HEX triplet: 77, 20 and 34. RGB value is (119,32,52). Sum of RGB (Red+Green+Blue) = 119+32+52=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #772034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772034 is #88DFCB. Grayscale: #3C3C3C. Windows color (decimal): -8970188 or 3416183. OLE color: 3416183.

HSL color Cylindrical-coordinate representation of color #772034: hue angle of 346.21º 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 #772034 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1193252-
CMYK00.730.560.53
HSL346.21º57.62%29.61%-
HSV(B)346.21º73.11%46.67%-
XYZ8.745.23.79-
YUV60.29123.32169.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.62%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 52 (20.70% from 255) = 25.62%
R=58.62%
G=15.76%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119325200.730.560.53346.2157.6229.61
Hex772034049383515a3a1e
Octal1674064011170655327236
Binary11101111000001101000100100111100011010110101101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772034; }

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

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

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

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

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

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

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

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