#75605E

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

Shades of Zambezi #75605E

Tints of Zambezi #75605E

Color information

#75605E (or 0x75605E) is unknown color: approx Zambezi. HEX triplet: 75, 60 and 5E. RGB value is (117,96,94). Sum of RGB (Red+Green+Blue) = 117+96+94=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #75605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75605E is #8A9FA1. Grayscale: #666666. Windows color (decimal): -9084834 or 6185077. OLE color: 6185077.

HSL color Cylindrical-coordinate representation of color #75605E: hue angle of 5.22º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75605E is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1179694-
CMYK00.180.200.54
HSL5.22º10.9%41.37%-
HSV(B)5.22º19.66%45.88%-
XYZ13.5412.9612.38-
YUV102.05123.46138.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=38.11%
G=31.27%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117969400.180.200.545.2210.941.37
Hex75605E01214365b29
Octal165140136022246651351
Binary111010111000001011110010010101001101101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75605E; }

 p { color: rgb(117,96,94); }

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

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

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

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

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

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

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