#77251E

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

Shades of Lusty #77251E

Tints of Lusty #77251E

Color information

#77251E (or 0x77251E) is unknown color: approx Lusty. HEX triplet: 77, 25 and 1E. RGB value is (119,37,30). Sum of RGB (Red+Green+Blue) = 119+37+30=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #77251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77251E is #88DAE1. Grayscale: #3C3C3C. Windows color (decimal): -8968930 or 1975671. OLE color: 1975671.

HSL color Cylindrical-coordinate representation of color #77251E: hue angle of 4.72º 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 #77251E is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1193730-
CMYK00.690.750.53
HSL4.72º59.73%29.22%-
HSV(B)4.72º74.79%46.67%-
XYZ8.55.341.81-
YUV60.72110.67169.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.98%
GREEN value IS 37 (14.84% from 255) = 19.89%
BLUE value IS 30 (12.11% from 255) = 16.13%
R=63.98%
G=19.89%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119373000.690.750.534.7259.7329.22
Hex77251E0454B3553c1d
Octal167453601051136557435
Binary11101111001011111001000101100101111010110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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