#76122F

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

Shades of Claret #76122F

Tints of Claret #76122F

Color information

#76122F (or 0x76122F) is unknown color: approx Claret. HEX triplet: 76, 12 and 2F. RGB value is (118,18,47). Sum of RGB (Red+Green+Blue) = 118+18+47=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #76122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76122F is #89EDD0. Grayscale: #333333. Windows color (decimal): -9039313 or 3084918. OLE color: 3084918.

HSL color Cylindrical-coordinate representation of color #76122F: hue angle of 342.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76122F is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1181847-
CMYK00.850.600.54
HSL342.6º73.53%26.67%-
HSV(B)342.6º84.75%46.27%-
XYZ8.24.493.12-
YUV51.21125.63175.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.48%
GREEN value IS 18 (7.42% from 255) = 9.84%
BLUE value IS 47 (18.75% from 255) = 25.68%
R=64.48%
G=9.84%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118184700.850.600.54342.673.5326.67
Hex76122F0553C361574a1b
Octal16622570125746652711233
Binary11101101001010111101010101111100110110101010111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76122F; }

 p { color: rgb(118,18,47); }

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

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

 a { background-color: rgb(118,18,47); }

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

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

 span { border-color: rgb(118,18,47); }

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