#7B302E

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

Shades of Lusty #7B302E

Tints of Lusty #7B302E

Color information

#7B302E (or 0x7B302E) is unknown color: approx Lusty. HEX triplet: 7B, 30 and 2E. RGB value is (123,48,46). Sum of RGB (Red+Green+Blue) = 123+48+46=217 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.68% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 123 - color contains mainly: red. Hex color #7B302E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B302E is #84CFD1. Grayscale: #464646. Windows color (decimal): -8703954 or 3027067. OLE color: 3027067.

HSL color Cylindrical-coordinate representation of color #7B302E: hue angle of 1.56º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B302E is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB1234846-
CMYK00.610.630.52
HSL1.56º45.56%33.14%-
HSV(B)1.56º62.6%48.24%-
XYZ9.726.523.33-
YUV70.2114.35165.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 56.68%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 46 (18.36% from 255) = 21.20%
R=56.68%
G=22.12%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123484600.610.630.521.5645.5633.14
Hex7B302E03D3F3422e21
Octal1736056075776425641
Binary1111011110000101110011110111111111010010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,48,46); }

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

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

 a { background-color: rgb(123,48,46); }

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

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

 span { border-color: rgb(123,48,46); }

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