#774A37

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

Shades of Cigar #774A37

Tints of Cigar #774A37

Color information

#774A37 (or 0x774A37) is unknown color: approx Cigar. HEX triplet: 77, 4A and 37. RGB value is (119,74,55). Sum of RGB (Red+Green+Blue) = 119+74+55=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #774A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A37 is #88B5C8. Grayscale: #555555. Windows color (decimal): -8959433 or 3623543. OLE color: 3623543.

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

Color convert

RGB1197455-
CMYK00.380.540.53
HSL17.81º36.78%34.12%-
HSV(B)17.81º53.78%46.67%-
XYZ10.759.14.8-
YUV85.29110.91152.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.98%
GREEN value IS 74 (29.30% from 255) = 29.84%
BLUE value IS 55 (21.88% from 255) = 22.18%
R=47.98%
G=29.84%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119745500.380.540.5317.8136.7834.12
Hex774A370263635122522
Octal167112670466665224542
Binary11101111001010110111010011011011011010110010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,74,55); }

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

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

 a { background-color: rgb(119,74,55); }

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

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

 span { border-color: rgb(119,74,55); }

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