#7A4B36

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

Shades of Cigar #7A4B36

Tints of Cigar #7A4B36

Color information

#7A4B36 (or 0x7A4B36) is unknown color: approx Cigar. HEX triplet: 7A, 4B and 36. RGB value is (122,75,54). Sum of RGB (Red+Green+Blue) = 122+75+54=251 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.61% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4B36 is #85B4C9. Grayscale: #565656. Windows color (decimal): -8762570 or 3558266. OLE color: 3558266.

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

Color convert

RGB1227554-
CMYK00.390.560.52
HSL18.53º38.64%34.51%-
HSV(B)18.53º55.74%47.84%-
XYZ11.219.444.72-
YUV86.66109.57153.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.61%
GREEN value IS 75 (29.69% from 255) = 29.88%
BLUE value IS 54 (21.48% from 255) = 21.51%
R=48.61%
G=29.88%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122755400.390.560.5218.5338.6434.51
Hex7A4B360273834132723
Octal172113660477064234743
Binary11110101001011110110010011111100011010010011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,75,54); }

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

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

 a { background-color: rgb(122,75,54); }

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

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

 span { border-color: rgb(122,75,54); }

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