#772639

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

Shades of Claret #772639

Tints of Claret #772639

Color information

#772639 (or 0x772639) is unknown color: approx Claret. HEX triplet: 77, 26 and 39. RGB value is (119,38,57). Sum of RGB (Red+Green+Blue) = 119+38+57=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #772639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772639 is #88D9C6. Grayscale: #404040. Windows color (decimal): -8968647 or 3745399. OLE color: 3745399.

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

Color convert

RGB1193857-
CMYK00.680.520.53
HSL345.93º51.59%30.78%-
HSV(B)345.93º68.07%46.67%-
XYZ9.045.64.48-
YUV64.38123.84166.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.61%
GREEN value IS 38 (15.23% from 255) = 17.76%
BLUE value IS 57 (22.66% from 255) = 26.64%
R=55.61%
G=17.76%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119385700.680.520.53345.9351.5930.78
Hex772639044343515a341f
Octal1674671010464655326437
Binary11101111001101110010100010011010011010110101101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772639; }

 p { color: rgb(119,38,57); }

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

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

 a { background-color: rgb(119,38,57); }

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

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

 span { border-color: rgb(119,38,57); }

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