#785040

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

Shades of Cigar #785040

Tints of Cigar #785040

Color information

#785040 (or 0x785040) is unknown color: approx Cigar. HEX triplet: 78, 50 and 40. RGB value is (120,80,64). Sum of RGB (Red+Green+Blue) = 120+80+64=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #785040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785040 is #87AFBF. Grayscale: #5A5A5A. Windows color (decimal): -8892352 or 4214904. OLE color: 4214904.

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

Color convert

RGB1208064-
CMYK00.330.470.53
HSL17.14º30.43%36.08%-
HSV(B)17.14º46.67%47.06%-
XYZ11.5410.16.19-
YUV90.14113.25149.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=45.45%
G=30.30%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120806400.330.470.5317.1430.4336.08
Hex7850400212F35111e24
Octal1701201000415765213644
Binary11110001010000100000001000011011111101011000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785040; }

 p { color: rgb(120,80,64); }

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

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

 a { background-color: rgb(120,80,64); }

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

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

 span { border-color: rgb(120,80,64); }

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