#7C5858

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

Shades of Zambezi #7C5858

Tints of Zambezi #7C5858

Color information

#7C5858 (or 0x7C5858) is unknown color: approx Zambezi. HEX triplet: 7C, 58 and 58. RGB value is (124,88,88). Sum of RGB (Red+Green+Blue) = 124+88+88=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5858 is #83A7A7. Grayscale: #626262. Windows color (decimal): -8628136 or 5789820. OLE color: 5789820.

HSL color Cylindrical-coordinate representation of color #7C5858: hue angle of 0º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C5858 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB1248888-
CMYK00.290.290.51
HSL16.98%41.57%-
HSV(B)29.03%48.63%-
XYZ13.5611.9710.83-
YUV98.76121.93146-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.33%
GREEN value IS 88 (34.77% from 255) = 29.33%
BLUE value IS 88 (34.77% from 255) = 29.33%
R=41.33%
G=29.33%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124888800.290.290.51016.9841.57
Hex7C585801D1D330112a
Octal174130130035356302152
Binary11111001011000101100001110111101110011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C5858; }

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

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

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

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

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

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

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

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