#7B3025

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

Shades of Lusty #7B3025

Tints of Lusty #7B3025

Color information

#7B3025 (or 0x7B3025) is unknown color: approx Lusty. HEX triplet: 7B, 30 and 25. RGB value is (123,48,37). Sum of RGB (Red+Green+Blue) = 123+48+37=208 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.13% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3025 is #84CFDA. Grayscale: #454545. Windows color (decimal): -8703963 or 2437243. OLE color: 2437243.

HSL color Cylindrical-coordinate representation of color #7B3025: hue angle of 7.67º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B3025 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB1234837-
CMYK00.610.700.52
HSL7.67º53.75%31.37%-
HSV(B)7.67º69.92%48.24%-
XYZ9.566.462.49-
YUV69.17109.85166.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 59.13%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 37 (14.84% from 255) = 17.79%
R=59.13%
G=23.08%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123483700.610.700.527.6753.7531.37
Hex7B302503D46348361f
Octal173604507510664106637
Binary111101111000010010101111011000110110100100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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