#774C3A

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

Shades of Cigar #774C3A

Tints of Cigar #774C3A

Color information

#774C3A (or 0x774C3A) is unknown color: approx Cigar. HEX triplet: 77, 4C and 3A. RGB value is (119,76,58). Sum of RGB (Red+Green+Blue) = 119+76+58=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #774C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C3A is #88B3C5. Grayscale: #565656. Windows color (decimal): -8958918 or 3820663. OLE color: 3820663.

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

Color convert

RGB1197658-
CMYK00.360.510.53
HSL17.7º34.46%34.71%-
HSV(B)17.7º51.26%46.67%-
XYZ10.969.45.24-
YUV86.8111.75150.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 76 (30.08% from 255) = 30.04%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=47.04%
G=30.04%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119765800.360.510.5317.734.4634.71
Hex774C3A0243335122223
Octal167114720446365224243
Binary11101111001100111010010010011001111010110010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,76,58); }

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

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

 a { background-color: rgb(119,76,58); }

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

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

 span { border-color: rgb(119,76,58); }

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