#762E25

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

Shades of Lusty #762E25

Tints of Lusty #762E25

Color information

#762E25 (or 0x762E25) is unknown color: approx Lusty. HEX triplet: 76, 2E and 25. RGB value is (118,46,37). Sum of RGB (Red+Green+Blue) = 118+46+37=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #762E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E25 is #89D1DA. Grayscale: #424242. Windows color (decimal): -9032155 or 2436726. OLE color: 2436726.

HSL color Cylindrical-coordinate representation of color #762E25: hue angle of 6.67º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762E25 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1184637-
CMYK00.610.690.54
HSL6.67º52.26%30.39%-
HSV(B)6.67º68.64%46.27%-
XYZ8.785.942.43-
YUV66.5111.35164.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 46 (18.36% from 255) = 22.89%
BLUE value IS 37 (14.84% from 255) = 18.41%
R=58.71%
G=22.89%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118463700.610.690.546.6752.2630.39
Hex762E2503D45367341e
Octal16656450751056676436
Binary11101101011101001010111101100010111011011111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762E25; }

 p { color: rgb(118,46,37); }

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

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

 a { background-color: rgb(118,46,37); }

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

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

 span { border-color: rgb(118,46,37); }

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