#774B3A

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

Shades of Cigar #774B3A

Tints of Cigar #774B3A

Color information

#774B3A (or 0x774B3A) is unknown color: approx Cigar. HEX triplet: 77, 4B and 3A. RGB value is (119,75,58). Sum of RGB (Red+Green+Blue) = 119+75+58=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #774B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B3A is #88B4C5. Grayscale: #565656. Windows color (decimal): -8959174 or 3820407. OLE color: 3820407.

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

Color convert

RGB1197558-
CMYK00.370.510.53
HSL16.72º34.46%34.71%-
HSV(B)16.72º51.26%46.67%-
XYZ10.899.265.22-
YUV86.22112.08151.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=47.22%
G=29.76%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119755800.370.510.5316.7234.4634.71
Hex774B3A0253335112223
Octal167113720456365214243
Binary11101111001011111010010010111001111010110001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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