#77342C

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

Shades of Lusty #77342C

Tints of Lusty #77342C

Color information

#77342C (or 0x77342C) is unknown color: approx Lusty. HEX triplet: 77, 34 and 2C. RGB value is (119,52,44). Sum of RGB (Red+Green+Blue) = 119+52+44=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #77342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77342C is #88CBD3. Grayscale: #474747. Windows color (decimal): -8965076 or 2897015. OLE color: 2897015.

HSL color Cylindrical-coordinate representation of color #77342C: hue angle of 6.4º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77342C is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1195244-
CMYK00.560.630.53
HSL6.4º46.01%31.96%-
HSV(B)6.4º63.03%46.67%-
XYZ9.296.563.16-
YUV71.12112.7162.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.35%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 44 (17.58% from 255) = 20.47%
R=55.35%
G=24.19%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119524400.560.630.536.446.0131.96
Hex77342C0383F3562e20
Octal1676454070776565640
Binary11101111101001011000111000111111110101110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,52,44); }

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

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

 a { background-color: rgb(119,52,44); }

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

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

 span { border-color: rgb(119,52,44); }

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