#772128

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

Shades of Red Berry #772128

Tints of Red Berry #772128

Color information

#772128 (or 0x772128) is unknown color: approx Red Berry. HEX triplet: 77, 21 and 28. RGB value is (119,33,40). Sum of RGB (Red+Green+Blue) = 119+33+40=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #772128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772128 is #88DED7. Grayscale: #3B3B3B. Windows color (decimal): -8969944 or 2630007. OLE color: 2630007.

HSL color Cylindrical-coordinate representation of color #772128: hue angle of 355.12º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772128 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1193340-
CMYK00.720.660.53
HSL355.12º56.58%29.8%-
HSV(B)355.12º72.27%46.67%-
XYZ8.535.162.55-
YUV59.51116.99170.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.98%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 40 (16.02% from 255) = 20.83%
R=61.98%
G=17.19%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119334000.720.660.53355.1256.5829.8
Hex7721280484235163391e
Octal16741500110102655437136
Binary111011110000110100001001000100001011010110110001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772128; }

 p { color: rgb(119,33,40); }

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

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

 a { background-color: rgb(119,33,40); }

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

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

 span { border-color: rgb(119,33,40); }

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