#772127

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

Shades of Red Berry #772127

Tints of Red Berry #772127

Color information

#772127 (or 0x772127) is unknown color: approx Red Berry. HEX triplet: 77, 21 and 27. RGB value is (119,33,39). Sum of RGB (Red+Green+Blue) = 119+33+39=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #772127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772127 is #88DED8. Grayscale: #3B3B3B. Windows color (decimal): -8969945 or 2564471. OLE color: 2564471.

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

Color convert

RGB1193339-
CMYK00.720.670.53
HSL355.81º56.58%29.8%-
HSV(B)355.81º72.27%46.67%-
XYZ8.525.162.47-
YUV59.4116.49170.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.30%
GREEN value IS 33 (13.28% from 255) = 17.28%
BLUE value IS 39 (15.62% from 255) = 20.42%
R=62.30%
G=17.28%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119333900.720.670.53355.8156.5829.8
Hex7721270484335164391e
Octal16741470110103655447136
Binary111011110000110011101001000100001111010110110010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772127; }

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

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

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

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

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

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

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

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