#76122B

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

Shades of Red Berry #76122B

Tints of Red Berry #76122B

Color information

#76122B (or 0x76122B) is unknown color: approx Red Berry. HEX triplet: 76, 12 and 2B. RGB value is (118,18,43). Sum of RGB (Red+Green+Blue) = 118+18+43=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #76122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76122B is #89EDD4. Grayscale: #323232. Windows color (decimal): -9039317 or 2822774. OLE color: 2822774.

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

Color convert

RGB1181843-
CMYK00.850.640.54
HSL345º73.53%26.67%-
HSV(B)345º84.75%46.27%-
XYZ8.124.462.72-
YUV50.75123.63175.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.92%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 43 (17.19% from 255) = 24.02%
R=65.92%
G=10.06%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118184300.850.640.5434573.5326.67
Hex76122B05540361594a1b
Octal166225301251006653111233
Binary111011010010101011010101011000000110110101011001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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