#774D35

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

Shades of Cigar #774D35

Tints of Cigar #774D35

Color information

#774D35 (or 0x774D35) is unknown color: approx Cigar. HEX triplet: 77, 4D and 35. RGB value is (119,77,53). Sum of RGB (Red+Green+Blue) = 119+77+53=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #774D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D35 is #88B2CA. Grayscale: #565656. Windows color (decimal): -8958667 or 3493239. OLE color: 3493239.

HSL color Cylindrical-coordinate representation of color #774D35: hue angle of 21.82º 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 #774D35 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1197753-
CMYK00.350.550.53
HSL21.82º38.37%33.73%-
HSV(B)21.82º55.46%46.67%-
XYZ10.99.494.62-
YUV86.82108.91150.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 77 (30.47% from 255) = 30.92%
BLUE value IS 53 (21.09% from 255) = 21.29%
R=47.79%
G=30.92%
B=21.29%

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
Decimal119775300.350.550.5321.8238.3733.73
Hex774D350233735162622
Octal167115650436765264642
Binary11101111001101110101010001111011111010110110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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