#772134

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

Shades of Claret #772134

Tints of Claret #772134

Color information

#772134 (or 0x772134) is unknown color: approx Claret. HEX triplet: 77, 21 and 34. RGB value is (119,33,52). Sum of RGB (Red+Green+Blue) = 119+33+52=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #772134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772134 is #88DECB. Grayscale: #3C3C3C. Windows color (decimal): -8969932 or 3416439. OLE color: 3416439.

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

Color convert

RGB1193352-
CMYK00.720.560.53
HSL346.74º56.58%29.8%-
HSV(B)346.74º72.27%46.67%-
XYZ8.775.263.8-
YUV60.88122.99169.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.33%
GREEN value IS 33 (13.28% from 255) = 16.18%
BLUE value IS 52 (20.70% from 255) = 25.49%
R=58.33%
G=16.18%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119335200.720.560.53346.7456.5829.8
Hex772134048383515b391e
Octal1674164011070655337136
Binary11101111000011101000100100011100011010110101101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772134; }

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

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

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

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

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

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

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

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