#770C34

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

Shades of Claret #770C34

Tints of Claret #770C34

Color information

#770C34 (or 0x770C34) is unknown color: approx Claret. HEX triplet: 77, 0C and 34. RGB value is (119,12,52). Sum of RGB (Red+Green+Blue) = 119+12+52=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #770C34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C34 is #88F3CB. Grayscale: #303030. Windows color (decimal): -8975308 or 3411063. OLE color: 3411063.

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

Color convert

RGB1191252-
CMYK00.900.560.53
HSL337.57º81.68%25.69%-
HSV(B)337.57º89.92%46.67%-
XYZ8.364.433.66-
YUV48.55129.95178.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.03%
GREEN value IS 12 (5.08% from 255) = 6.56%
BLUE value IS 52 (20.70% from 255) = 28.42%
R=65.03%
G=6.56%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119125200.900.560.53337.5781.6825.69
Hex77C3405A3835152521a
Octal16714640132706552212232
Binary1110111110011010001011010111000110101101010010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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