#762B27

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

Shades of Lusty #762B27

Tints of Lusty #762B27

Color information

#762B27 (or 0x762B27) is unknown color: approx Lusty. HEX triplet: 76, 2B and 27. RGB value is (118,43,39). Sum of RGB (Red+Green+Blue) = 118+43+39=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #762B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B27 is #89D4D8. Grayscale: #414141. Windows color (decimal): -9032921 or 2567030. OLE color: 2567030.

HSL color Cylindrical-coordinate representation of color #762B27: hue angle of 3.04º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #762B27 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB1184339-
CMYK00.640.670.54
HSL3.04º50.32%30.78%-
HSV(B)3.04º66.95%46.27%-
XYZ8.75.732.57-
YUV64.97113.35165.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59%
GREEN value IS 43 (17.19% from 255) = 21.5%
BLUE value IS 39 (15.62% from 255) = 19.5%
R=59%
G=21.5%
B=19.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118433900.640.670.543.0450.3230.78
Hex762B2704043363321f
Octal166534701001036636237
Binary11101101010111001110100000010000111101101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,43,39); }

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

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

 a { background-color: rgb(118,43,39); }

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

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

 span { border-color: rgb(118,43,39); }

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