#772023

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

Shades of Red Berry #772023

Tints of Red Berry #772023

Color information

#772023 (or 0x772023) is unknown color: approx Red Berry. HEX triplet: 77, 20 and 23. RGB value is (119,32,35). Sum of RGB (Red+Green+Blue) = 119+32+35=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #772023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772023 is #88DFDC. Grayscale: #3A3A3A. Windows color (decimal): -8970205 or 2302071. OLE color: 2302071.

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

Color convert

RGB1193235-
CMYK00.730.710.53
HSL357.93º57.62%29.61%-
HSV(B)357.93º73.11%46.67%-
XYZ8.435.082.13-
YUV58.36114.82171.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.98%
GREEN value IS 32 (12.89% from 255) = 17.20%
BLUE value IS 35 (14.06% from 255) = 18.82%
R=63.98%
G=17.20%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119323500.730.710.53357.9357.6229.61
Hex77202304947351663a1e
Octal16740430111107655467236
Binary111011110000010001101001001100011111010110110011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772023; }

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

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

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

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

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

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

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

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