#77271F

Color #77271F Lusty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lusty #77271F

Tints of Lusty #77271F

Color information

#77271F (or 0x77271F) is unknown color: approx Lusty. HEX triplet: 77, 27 and 1F. RGB value is (119,39,31). Sum of RGB (Red+Green+Blue) = 119+39+31=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #77271F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77271F is #88D8E0. Grayscale: #3E3E3E. Windows color (decimal): -8968417 or 2041719. OLE color: 2041719.

HSL color Cylindrical-coordinate representation of color #77271F: hue angle of 5.45º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77271F is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1193931-
CMYK00.670.740.53
HSL5.45º58.67%29.41%-
HSV(B)5.45º73.95%46.67%-
XYZ8.585.471.9-
YUV62.01110.5168.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 39 (15.62% from 255) = 20.63%
BLUE value IS 31 (12.5% from 255) = 16.40%
R=62.96%
G=20.63%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119393100.670.740.535.4558.6729.41
Hex77271F0434A3553b1d
Octal167473701031126557335
Binary11101111001111111101000011100101011010110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77271F; }

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

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

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

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

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

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

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

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