#773127

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

Shades of Lusty #773127

Tints of Lusty #773127

Color information

#773127 (or 0x773127) is unknown color: approx Lusty. HEX triplet: 77, 31 and 27. RGB value is (119,49,39). Sum of RGB (Red+Green+Blue) = 119+49+39=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #773127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773127 is #88CED8. Grayscale: #444444. Windows color (decimal): -8965849 or 2568567. OLE color: 2568567.

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

Color convert

RGB1194939-
CMYK00.590.670.53
HSL7.5º50.63%30.98%-
HSV(B)7.5º67.23%46.67%-
XYZ9.076.272.65-
YUV68.79111.19163.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.49%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=57.49%
G=23.67%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119493900.590.670.537.550.6330.98
Hex77312703B43358331f
Octal167614707310365106337
Binary111011111000110011101110111000011110101100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773127; }

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

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

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

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

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

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

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

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