#774E3E

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

Shades of Cigar #774E3E

Tints of Cigar #774E3E

Color information

#774E3E (or 0x774E3E) is unknown color: approx Cigar. HEX triplet: 77, 4E and 3E. RGB value is (119,78,62). Sum of RGB (Red+Green+Blue) = 119+78+62=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #774E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E3E is #88B1C1. Grayscale: #585858. Windows color (decimal): -8958402 or 4083319. OLE color: 4083319.

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

Color convert

RGB1197862-
CMYK00.340.480.53
HSL16.84º31.49%35.49%-
HSV(B)16.84º47.9%46.67%-
XYZ11.29.725.84-
YUV88.43113.08149.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 62 (24.61% from 255) = 23.94%
R=45.95%
G=30.12%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119786200.340.480.5316.8431.4935.49
Hex774E3E0223035111f23
Octal167116760426065213743
Binary1110111100111011111001000101100001101011000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,78,62); }

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

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

 a { background-color: rgb(119,78,62); }

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

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

 span { border-color: rgb(119,78,62); }

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