#7A5957

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

Shades of Zambezi #7A5957

Tints of Zambezi #7A5957

Color information

#7A5957 (or 0x7A5957) is unknown color: approx Zambezi. HEX triplet: 7A, 59 and 57. RGB value is (122,89,87). Sum of RGB (Red+Green+Blue) = 122+89+87=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5957 is #85A6A8. Grayscale: #626262. Windows color (decimal): -8758953 or 5724538. OLE color: 5724538.

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

Color convert

RGB1228987-
CMYK00.270.290.52
HSL3.43º16.75%40.98%-
HSV(B)3.43º28.69%47.84%-
XYZ13.3211.9710.63-
YUV98.64121.43144.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.94%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 87 (34.38% from 255) = 29.19%
R=40.94%
G=29.87%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122898700.270.290.523.4316.7540.98
Hex7A595701B1D3431129
Octal172131127033356432151
Binary111101010110011010111011011111011101001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,89,87); }

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

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

 a { background-color: rgb(122,89,87); }

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

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

 span { border-color: rgb(122,89,87); }

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