#77261E

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

Shades of Lusty #77261E

Tints of Lusty #77261E

Color information

#77261E (or 0x77261E) is unknown color: approx Lusty. HEX triplet: 77, 26 and 1E. RGB value is (119,38,30). Sum of RGB (Red+Green+Blue) = 119+38+30=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #77261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77261E is #88D9E1. Grayscale: #3D3D3D. Windows color (decimal): -8968674 or 1975927. OLE color: 1975927.

HSL color Cylindrical-coordinate representation of color #77261E: hue angle of 5.39º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77261E is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1193830-
CMYK00.680.750.53
HSL5.39º59.73%29.22%-
HSV(B)5.39º74.79%46.67%-
XYZ8.545.41.82-
YUV61.31110.34169.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.64%
GREEN value IS 38 (15.23% from 255) = 20.32%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=63.64%
G=20.32%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119383000.680.750.535.3959.7329.22
Hex77261E0444B3553c1d
Octal167463601041136557435
Binary11101111001101111001000100100101111010110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77261E; }

 p { color: rgb(119,38,30); }

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

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

 a { background-color: rgb(119,38,30); }

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

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

 span { border-color: rgb(119,38,30); }

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