#774C35

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

Shades of Cigar #774C35

Tints of Cigar #774C35

Color information

#774C35 (or 0x774C35) is unknown color: approx Cigar. HEX triplet: 77, 4C and 35. RGB value is (119,76,53). Sum of RGB (Red+Green+Blue) = 119+76+53=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #774C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C35 is #88B3CA. Grayscale: #565656. Windows color (decimal): -8958923 or 3492983. OLE color: 3492983.

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

Color convert

RGB1197653-
CMYK00.360.550.53
HSL20.91º38.37%33.73%-
HSV(B)20.91º55.46%46.67%-
XYZ10.839.354.6-
YUV86.23109.25151.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.98%
GREEN value IS 76 (30.08% from 255) = 30.65%
BLUE value IS 53 (21.09% from 255) = 21.37%
R=47.98%
G=30.65%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119765300.360.550.5320.9138.3733.73
Hex774C350243735152622
Octal167114650446765254642
Binary11101111001100110101010010011011111010110101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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