#77261C

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

Shades of Lusty #77261C

Tints of Lusty #77261C

Color information

#77261C (or 0x77261C) is unknown color: approx Lusty. HEX triplet: 77, 26 and 1C. RGB value is (119,38,28). Sum of RGB (Red+Green+Blue) = 119+38+28=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #77261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77261C is #88D9E3. Grayscale: #3D3D3D. Windows color (decimal): -8968676 or 1844855. OLE color: 1844855.

HSL color Cylindrical-coordinate representation of color #77261C: hue angle of 6.59º degrees, saturation: 0.62, 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 #77261C is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1193828-
CMYK00.680.760.53
HSL6.59º61.9%28.82%-
HSV(B)6.59º76.47%46.67%-
XYZ8.515.391.69-
YUV61.08109.34169.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 64.32%
GREEN value IS 38 (15.23% from 255) = 20.54%
BLUE value IS 28 (11.33% from 255) = 15.14%
R=64.32%
G=20.54%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119382800.680.760.536.5961.928.82
Hex77261C0444C3573e1d
Octal167463401041146577635
Binary11101111001101110001000100100110011010111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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