#77182C

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

Shades of Red Berry #77182C

Tints of Red Berry #77182C

Color information

#77182C (or 0x77182C) is unknown color: approx Red Berry. HEX triplet: 77, 18 and 2C. RGB value is (119,24,44). Sum of RGB (Red+Green+Blue) = 119+24+44=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #77182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77182C is #88E7D3. Grayscale: #363636. Windows color (decimal): -8972244 or 2889847. OLE color: 2889847.

HSL color Cylindrical-coordinate representation of color #77182C: hue angle of 347.37º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77182C is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1192444-
CMYK00.800.630.53
HSL347.37º66.43%28.04%-
HSV(B)347.37º79.83%46.67%-
XYZ8.394.762.86-
YUV54.68121.97173.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.64%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 44 (17.58% from 255) = 23.53%
R=63.64%
G=12.83%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119244400.800.630.53347.3766.4328.04
Hex77182C0503F3515b421c
Octal16730540120776553310234
Binary11101111100010110001010000111111110101101011011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77182C; }

 p { color: rgb(119,24,44); }

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

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

 a { background-color: rgb(119,24,44); }

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

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

 span { border-color: rgb(119,24,44); }

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