#770E34

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

Shades of Claret #770E34

Tints of Claret #770E34

Color information

#770E34 (or 0x770E34) is unknown color: approx Claret. HEX triplet: 77, 0E and 34. RGB value is (119,14,52). Sum of RGB (Red+Green+Blue) = 119+14+52=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #770E34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770E34 is #88F1CB. Grayscale: #313131. Windows color (decimal): -8974796 or 3411575. OLE color: 3411575.

HSL color Cylindrical-coordinate representation of color #770E34: hue angle of 338.29º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770E34 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1191452-
CMYK00.880.560.53
HSL338.29º78.95%26.08%-
HSV(B)338.29º88.24%46.67%-
XYZ8.384.483.67-
YUV49.73129.29177.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 64.32%
GREEN value IS 14 (5.86% from 255) = 7.57%
BLUE value IS 52 (20.70% from 255) = 28.11%
R=64.32%
G=7.57%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119145200.880.560.53338.2978.9526.08
Hex77E3405838351524f1a
Octal16716640130706552211732
Binary1110111111011010001011000111000110101101010010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770E34; }

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

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

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

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

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

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

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

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