#77112C

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

Shades of Red Berry #77112C

Tints of Red Berry #77112C

Color information

#77112C (or 0x77112C) is unknown color: approx Red Berry. HEX triplet: 77, 11 and 2C. RGB value is (119,17,44). Sum of RGB (Red+Green+Blue) = 119+17+44=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #77112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77112C is #88EED3. Grayscale: #323232. Windows color (decimal): -8974036 or 2888055. OLE color: 2888055.

HSL color Cylindrical-coordinate representation of color #77112C: hue angle of 344.12º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77112C is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1191744-
CMYK00.860.630.53
HSL344.12º75%26.67%-
HSV(B)344.12º85.71%46.67%-
XYZ8.264.52.82-
YUV50.58124.29176.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.11%
GREEN value IS 17 (7.03% from 255) = 9.44%
BLUE value IS 44 (17.58% from 255) = 24.44%
R=66.11%
G=9.44%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119174400.860.630.53344.127526.67
Hex77112C0563F351584b1b
Octal16721540126776553011333
Binary11101111000110110001010110111111110101101011000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77112C; }

 p { color: rgb(119,17,44); }

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

<style>
 a { background-color: #77112C; }

 a { background-color: rgb(119,17,44); }

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

<style>
 span { border-color: #77112C; }

 span { border-color: rgb(119,17,44); }

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