#785858

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

Shades of Zambezi #785858

Tints of Zambezi #785858

Color information

#785858 (or 0x785858) is unknown color: approx Zambezi. HEX triplet: 78, 58 and 58. RGB value is (120,88,88). Sum of RGB (Red+Green+Blue) = 120+88+88=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #785858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785858 is #87A7A7. Grayscale: #616161. Windows color (decimal): -8890280 or 5789816. OLE color: 5789816.

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

Color convert

RGB1208888-
CMYK00.270.270.53
HSL15.38%40.78%-
HSV(B)26.67%47.06%-
XYZ1311.6810.8-
YUV97.57122.6144-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.54%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 88 (34.77% from 255) = 29.73%
R=40.54%
G=29.73%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120888800.270.270.53015.3840.78
Hex78585801B1B350f29
Octal170130130033336501751
Binary1111000101100010110000110111101111010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785858; }

 p { color: rgb(120,88,88); }

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

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

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

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

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

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

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