#76122E

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

Shades of Claret #76122E

Tints of Claret #76122E

Color information

#76122E (or 0x76122E) is unknown color: approx Claret. HEX triplet: 76, 12 and 2E. RGB value is (118,18,46). Sum of RGB (Red+Green+Blue) = 118+18+46=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #76122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76122E is #89EDD1. Grayscale: #333333. Windows color (decimal): -9039314 or 3019382. OLE color: 3019382.

HSL color Cylindrical-coordinate representation of color #76122E: hue angle of 343.2º 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 #76122E is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB1181846-
CMYK00.850.610.54
HSL343.2º73.53%26.67%-
HSV(B)343.2º84.75%46.27%-
XYZ8.184.483.02-
YUV51.09125.13175.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.84%
GREEN value IS 18 (7.42% from 255) = 9.89%
BLUE value IS 46 (18.36% from 255) = 25.27%
R=64.84%
G=9.89%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118184600.850.610.54343.273.5326.67
Hex76122E0553D361574a1b
Octal16622560125756652711233
Binary11101101001010111001010101111101110110101010111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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