#77202C

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

Shades of Red Berry #77202C

Tints of Red Berry #77202C

Color information

#77202C (or 0x77202C) is unknown color: approx Red Berry. HEX triplet: 77, 20 and 2C. RGB value is (119,32,44). Sum of RGB (Red+Green+Blue) = 119+32+44=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #77202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77202C is #88DFD3. Grayscale: #3B3B3B. Windows color (decimal): -8970196 or 2891895. OLE color: 2891895.

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

Color convert

RGB1193244-
CMYK00.730.630.53
HSL351.72º57.62%29.61%-
HSV(B)351.72º73.11%46.67%-
XYZ8.585.142.92-
YUV59.38119.32170.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.03%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=61.03%
G=16.41%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119324400.730.630.53351.7257.6229.61
Hex77202C0493F351603a1e
Octal1674054011177655407236
Binary11101111000001011000100100111111111010110110000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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