#7B3127

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

Shades of Lusty #7B3127

Tints of Lusty #7B3127

Color information

#7B3127 (or 0x7B3127) is unknown color: approx Lusty. HEX triplet: 7B, 31 and 27. RGB value is (123,49,39). Sum of RGB (Red+Green+Blue) = 123+49+39=211 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.29% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3127 is #84CED8. Grayscale: #464646. Windows color (decimal): -8703705 or 2568571. OLE color: 2568571.

HSL color Cylindrical-coordinate representation of color #7B3127: hue angle of 7.14º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B3127 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.52.

Color convert

RGB1234939-
CMYK00.600.680.52
HSL7.14º51.85%31.76%-
HSV(B)7.14º68.29%48.24%-
XYZ9.636.552.68-
YUV69.99110.52165.81-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 58.29%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=58.29%
G=23.22%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123493900.600.680.527.1451.8531.76
Hex7B312703C443473420
Octal17361470741046476440
Binary111101111000110011101111001000100110100111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B3127; }

 p { color: rgb(123,49,39); }

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

<style>
 a { background-color: #7B3127; }

 a { background-color: rgb(123,49,39); }

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

<style>
 span { border-color: #7B3127; }

 span { border-color: rgb(123,49,39); }

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