#772126

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

Shades of Red Berry #772126

Tints of Red Berry #772126

Color information

#772126 (or 0x772126) is unknown color: approx Red Berry. HEX triplet: 77, 21 and 26. RGB value is (119,33,38). Sum of RGB (Red+Green+Blue) = 119+33+38=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #772126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772126 is #88DED9. Grayscale: #3B3B3B. Windows color (decimal): -8969946 or 2498935. OLE color: 2498935.

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

Color convert

RGB1193338-
CMYK00.720.680.53
HSL356.51º56.58%29.8%-
HSV(B)356.51º72.27%46.67%-
XYZ8.55.152.38-
YUV59.28115.99170.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.63%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 38 (15.23% from 255) = 20%
R=62.63%
G=17.37%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119333800.720.680.53356.5156.5829.8
Hex7721260484435165391e
Octal16741460110104655457136
Binary111011110000110011001001000100010011010110110010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772126; }

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

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

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

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

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

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

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

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