#7B4D34

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

Shades of Cigar #7B4D34

Tints of Cigar #7B4D34

Color information

#7B4D34 (or 0x7B4D34) is unknown color: approx Cigar. HEX triplet: 7B, 4D and 34. RGB value is (123,77,52). Sum of RGB (Red+Green+Blue) = 123+77+52=252 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.81% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B4D34 is #84B2CB. Grayscale: #585858. Windows color (decimal): -8696524 or 3427707. OLE color: 3427707.

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

Color convert

RGB1237752-
CMYK00.370.580.52
HSL21.13º40.57%34.31%-
HSV(B)21.13º57.72%48.24%-
XYZ11.449.774.53-
YUV87.9107.74153.03-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.81%
GREEN value IS 77 (30.47% from 255) = 30.56%
BLUE value IS 52 (20.70% from 255) = 20.63%
R=48.81%
G=30.56%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123775200.370.580.5221.1340.5734.31
Hex7B4D340253A34152922
Octal173115640457264255142
Binary11110111001101110100010010111101011010010101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,77,52); }

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

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

 a { background-color: rgb(123,77,52); }

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

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

 span { border-color: rgb(123,77,52); }

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