#746060

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

Shades of Zambezi #746060

Tints of Zambezi #746060

Color information

#746060 (or 0x746060) is unknown color: approx Zambezi. HEX triplet: 74, 60 and 60. RGB value is (116,96,96). Sum of RGB (Red+Green+Blue) = 116+96+96=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #746060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746060 is #8B9F9F. Grayscale: #666666. Windows color (decimal): -9150368 or 6316148. OLE color: 6316148.

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

Color convert

RGB1169696-
CMYK00.170.170.55
HSL9.43%41.57%-
HSV(B)17.24%45.49%-
XYZ13.512.9212.85-
YUV101.98124.63138-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.66%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 96 (37.89% from 255) = 31.17%
R=37.66%
G=31.17%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116969600.170.170.5509.4341.57
Hex7460600111137092a
Octal164140140021216701152
Binary1110100110000011000000100011000111011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746060; }

 p { color: rgb(116,96,96); }

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

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

 a { background-color: rgb(116,96,96); }

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

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

 span { border-color: rgb(116,96,96); }

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