#74605E

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

Shades of Zambezi #74605E

Tints of Zambezi #74605E

Color information

#74605E (or 0x74605E) is unknown color: approx Zambezi. HEX triplet: 74, 60 and 5E. RGB value is (116,96,94). Sum of RGB (Red+Green+Blue) = 116+96+94=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #74605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74605E is #8B9FA1. Grayscale: #656565. Windows color (decimal): -9150370 or 6185076. OLE color: 6185076.

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

Color convert

RGB1169694-
CMYK00.170.190.55
HSL5.45º10.48%41.18%-
HSV(B)5.45º18.97%45.49%-
XYZ13.4112.8912.37-
YUV101.75123.63138.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 96 (37.89% from 255) = 31.37%
BLUE value IS 94 (37.11% from 255) = 30.72%
R=37.91%
G=31.37%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116969400.170.190.555.4510.4841.18
Hex74605E01113375a29
Octal164140136021236751251
Binary111010011000001011110010001100111101111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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