#774D36

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

Shades of Cigar #774D36

Tints of Cigar #774D36

Color information

#774D36 (or 0x774D36) is unknown color: approx Cigar. HEX triplet: 77, 4D and 36. RGB value is (119,77,54). Sum of RGB (Red+Green+Blue) = 119+77+54=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #774D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D36 is #88B2C9. Grayscale: #575757. Windows color (decimal): -8958666 or 3558775. OLE color: 3558775.

HSL color Cylindrical-coordinate representation of color #774D36: hue angle of 21.23º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #774D36 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1197754-
CMYK00.350.550.53
HSL21.23º37.57%33.92%-
HSV(B)21.23º54.62%46.67%-
XYZ10.939.54.75-
YUV86.94109.41150.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 77 (30.47% from 255) = 30.8%
BLUE value IS 54 (21.48% from 255) = 21.6%
R=47.6%
G=30.8%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119775400.350.550.5321.2337.5733.92
Hex774D360233735152622
Octal167115660436765254642
Binary11101111001101110110010001111011111010110101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774D36; }

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

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

<style>
 a { background-color: #774D36; }

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

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

<style>
 span { border-color: #774D36; }

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

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