#772024

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

Shades of Red Berry #772024

Tints of Red Berry #772024

Color information

#772024 (or 0x772024) is unknown color: approx Red Berry. HEX triplet: 77, 20 and 24. RGB value is (119,32,36). Sum of RGB (Red+Green+Blue) = 119+32+36=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #772024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772024 is #88DFDB. Grayscale: #3A3A3A. Windows color (decimal): -8970204 or 2367607. OLE color: 2367607.

HSL color Cylindrical-coordinate representation of color #772024: hue angle of 357.24º 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 #772024 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1193236-
CMYK00.730.700.53
HSL357.24º57.62%29.61%-
HSV(B)357.24º73.11%46.67%-
XYZ8.445.082.21-
YUV58.47115.32171.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.64%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 36 (14.45% from 255) = 19.25%
R=63.64%
G=17.11%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119323600.730.700.53357.2457.6229.61
Hex77202404946351653a1e
Octal16740440111106655457236
Binary111011110000010010001001001100011011010110110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772024; }

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

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

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

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

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

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

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

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