#77122C

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

Shades of Red Berry #77122C

Tints of Red Berry #77122C

Color information

#77122C (or 0x77122C) is unknown color: approx Red Berry. HEX triplet: 77, 12 and 2C. RGB value is (119,18,44). Sum of RGB (Red+Green+Blue) = 119+18+44=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #77122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77122C is #88EDD3. Grayscale: #333333. Windows color (decimal): -8973780 or 2888311. OLE color: 2888311.

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

Color convert

RGB1191844-
CMYK00.850.630.53
HSL344.55º73.72%26.86%-
HSV(B)344.55º84.87%46.67%-
XYZ8.284.542.82-
YUV51.16123.96176.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.75%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=65.75%
G=9.94%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119184400.850.630.53344.5573.7226.86
Hex77122C0553F351594a1b
Octal16722540125776553111233
Binary11101111001010110001010101111111110101101011001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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