#772136

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

Shades of Claret #772136

Tints of Claret #772136

Color information

#772136 (or 0x772136) is unknown color: approx Claret. HEX triplet: 77, 21 and 36. RGB value is (119,33,54). Sum of RGB (Red+Green+Blue) = 119+33+54=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #772136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772136 is #88DEC9. Grayscale: #3D3D3D. Windows color (decimal): -8969930 or 3547511. OLE color: 3547511.

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

Color convert

RGB1193354-
CMYK00.720.550.53
HSL345.35º56.58%29.8%-
HSV(B)345.35º72.27%46.67%-
XYZ8.825.284.04-
YUV61.11123.99169.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.77%
GREEN value IS 33 (13.28% from 255) = 16.02%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=57.77%
G=16.02%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119335400.720.550.53345.3556.5829.8
Hex7721360483735159391e
Octal1674166011067655317136
Binary11101111000011101100100100011011111010110101100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772136; }

 p { color: rgb(119,33,54); }

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

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

 a { background-color: rgb(119,33,54); }

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

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

 span { border-color: rgb(119,33,54); }

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