#7A5240

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

Shades of Cigar #7A5240

Tints of Cigar #7A5240

Color information

#7A5240 (or 0x7A5240) is unknown color: approx Cigar. HEX triplet: 7A, 52 and 40. RGB value is (122,82,64). Sum of RGB (Red+Green+Blue) = 122+82+64=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5240 is #85ADBF. Grayscale: #5C5C5C. Windows color (decimal): -8760768 or 4215418. OLE color: 4215418.

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

Color convert

RGB1228264-
CMYK00.330.480.52
HSL18.62º31.18%36.47%-
HSV(B)18.62º47.54%47.84%-
XYZ11.9710.546.25-
YUV91.91112.25149.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.52%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=45.52%
G=30.60%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122826400.330.480.5218.6231.1836.47
Hex7A52400213034131f24
Octal1721221000416064233744
Binary11110101010010100000001000011100001101001001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,82,64); }

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

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

 a { background-color: rgb(122,82,64); }

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

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

 span { border-color: rgb(122,82,64); }

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