#7B503E

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

Shades of Cigar #7B503E

Tints of Cigar #7B503E

Color information

#7B503E (or 0x7B503E) is unknown color: approx Cigar. HEX triplet: 7B, 50 and 3E. RGB value is (123,80,62). Sum of RGB (Red+Green+Blue) = 123+80+62=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 123 - color contains mainly: red. Hex color #7B503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B503E is #84AFC1. Grayscale: #5A5A5A. Windows color (decimal): -8695746 or 4083835. OLE color: 4083835.

HSL color Cylindrical-coordinate representation of color #7B503E: hue angle of 17.7º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B503E is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB1238062-
CMYK00.350.500.52
HSL17.7º32.97%36.27%-
HSV(B)17.7º49.59%48.24%-
XYZ11.9110.35.92-
YUV90.8111.75150.96-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.42%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 62 (24.61% from 255) = 23.40%
R=46.42%
G=30.19%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123806200.350.500.5217.732.9736.27
Hex7B503E0233234122124
Octal173120760436264224144
Binary11110111010000111110010001111001011010010010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,80,62); }

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

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

 a { background-color: rgb(123,80,62); }

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

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

 span { border-color: rgb(123,80,62); }

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