#77271D

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

Shades of Lusty #77271D

Tints of Lusty #77271D

Color information

#77271D (or 0x77271D) is unknown color: approx Lusty. HEX triplet: 77, 27 and 1D. RGB value is (119,39,29). Sum of RGB (Red+Green+Blue) = 119+39+29=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #77271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77271D is #88D8E2. Grayscale: #3D3D3D. Windows color (decimal): -8968419 or 1910647. OLE color: 1910647.

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

Color convert

RGB1193929-
CMYK00.670.760.53
HSL6.67º60.81%29.02%-
HSV(B)6.67º75.63%46.67%-
XYZ8.565.461.77-
YUV61.78109.5168.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.64%
GREEN value IS 39 (15.62% from 255) = 20.86%
BLUE value IS 29 (11.72% from 255) = 15.51%
R=63.64%
G=20.86%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119392900.670.760.536.6760.8129.02
Hex77271D0434C3573d1d
Octal167473501031146577535
Binary11101111001111110101000011100110011010111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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