#772537

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

Shades of Claret #772537

Tints of Claret #772537

Color information

#772537 (or 0x772537) is unknown color: approx Claret. HEX triplet: 77, 25 and 37. RGB value is (119,37,55). Sum of RGB (Red+Green+Blue) = 119+37+55=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #772537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772537 is #88DAC8. Grayscale: #3F3F3F. Windows color (decimal): -8968905 or 3614071. OLE color: 3614071.

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

Color convert

RGB1193755-
CMYK00.690.540.53
HSL346.83º52.56%30.59%-
HSV(B)346.83º68.91%46.67%-
XYZ8.965.524.21-
YUV63.57123.17167.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 37 (14.84% from 255) = 17.54%
BLUE value IS 55 (21.88% from 255) = 26.07%
R=56.40%
G=17.54%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119375500.690.540.53346.8352.5630.59
Hex772537045363515b351f
Octal1674567010566655336537
Binary11101111001011101110100010111011011010110101101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772537; }

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

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

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

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

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

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

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

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