#7B5442

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

Shades of Cigar #7B5442

Tints of Cigar #7B5442

Color information

#7B5442 (or 0x7B5442) is unknown color: approx Cigar. HEX triplet: 7B, 54 and 42. RGB value is (123,84,66). Sum of RGB (Red+Green+Blue) = 123+84+66=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5442 is #84ABBD. Grayscale: #5D5D5D. Windows color (decimal): -8694718 or 4347003. OLE color: 4347003.

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

Color convert

RGB1238466-
CMYK00.320.460.52
HSL18.95º30.16%37.06%-
HSV(B)18.95º46.34%48.24%-
XYZ12.3210.946.62-
YUV93.61112.42148.96-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.05%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 66 (26.17% from 255) = 24.18%
R=45.05%
G=30.77%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123846600.320.460.5218.9530.1637.06
Hex7B54420202E34131e25
Octal1731241020405664233645
Binary11110111010100100001001000001011101101001001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,84,66); }

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

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

 a { background-color: rgb(123,84,66); }

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

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

 span { border-color: rgb(123,84,66); }

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