#774D3C

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

Shades of Cigar #774D3C

Tints of Cigar #774D3C

Color information

#774D3C (or 0x774D3C) is unknown color: approx Cigar. HEX triplet: 77, 4D and 3C. RGB value is (119,77,60). Sum of RGB (Red+Green+Blue) = 119+77+60=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #774D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D3C is #88B2C3. Grayscale: #575757. Windows color (decimal): -8958660 or 3951991. OLE color: 3951991.

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

Color convert

RGB1197760-
CMYK00.350.500.53
HSL17.29º32.96%35.1%-
HSV(B)17.29º49.58%46.67%-
XYZ11.089.565.54-
YUV87.62112.41150.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 77 (30.47% from 255) = 30.08%
BLUE value IS 60 (23.83% from 255) = 23.44%
R=46.48%
G=30.08%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119776000.350.500.5317.2932.9635.1
Hex774D3C0233235112123
Octal167115740436265214143
Binary11101111001101111100010001111001011010110001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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