#7A4D36

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

Shades of Cigar #7A4D36

Tints of Cigar #7A4D36

Color information

#7A4D36 (or 0x7A4D36) is unknown color: approx Cigar. HEX triplet: 7A, 4D and 36. RGB value is (122,77,54). Sum of RGB (Red+Green+Blue) = 122+77+54=253 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.22% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A4D36 is #85B2C9. Grayscale: #575757. Windows color (decimal): -8762058 or 3558778. OLE color: 3558778.

HSL color Cylindrical-coordinate representation of color #7A4D36: hue angle of 20.29º 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 #7A4D36 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.52.

Color convert

RGB1227754-
CMYK00.370.560.52
HSL20.29º38.64%34.51%-
HSV(B)20.29º55.74%47.84%-
XYZ11.359.714.77-
YUV87.83108.91152.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.22%
GREEN value IS 77 (30.47% from 255) = 30.43%
BLUE value IS 54 (21.48% from 255) = 21.34%
R=48.22%
G=30.43%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122775400.370.560.5220.2938.6434.51
Hex7A4D360253834142723
Octal172115660457064244743
Binary11110101001101110110010010111100011010010100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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