Html Css Color HEX #745C59 Zambezi

📋 copy color: '#745C59'

red 116 ◦ green 92 ◦ blue 89

#745C59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zambezi #745C59

Tints of Zambezi #745C59

RGB

 RED value IS 116 (45.7% from 255) = 39.06%

 GREEN value IS 92 (36.33% from 255) = 30.98%

 BLUE value IS 89 (35.16% from 255) = 29.97%

R = 39.06%
G = 30.98%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#745C59 (or 0x745C59) is known color: Zambezi. HEX triplet: 74, 5C and 59. RGB value is (116,92,89). Sum of RGB (Red+Green+Blue) = 116+92+89=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #745C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C59 is #8BA3A6. Grayscale: #626262. Windows color (decimal): -9151399 or 5856372. OLE color: 5856372.

HSL color Cylindrical-coordinate representation of color #745C59: hue angle of 6.67º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #745C59 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 92 89 -
CMYK 0 0.21 0.23 0.55
HSL 6.67º 0.13% 0.4% -
HSV(B) 6.67º 0.23% 0.45% -
XYZ 12.83 12.09 11.11 -
YUV 98.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 116 92 89 0 0.21 0.23 0.55 6.67 0.13 0.4
Hex 74 5C 59 0 15 17 37 7 D 28
Octal 164 134 131 0 25 27 67 7 15 50
Binary 1110100 1011100 1011001 0 10101 10111 110111 111 1101 101000

Color Harmonies of #745C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C59

Black with #745C59

Text Example


Text Example

White with #745C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745C59; }

 p { color: rgb(116,92,89); }

 H1.HeaderClassName
 {
   color: #745C59;
 }
 .AnyTagClassName
 {
   color: #745C59;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #745C59;
 }
 .BgClassName
 {
   background-color: #745C59;
 }
</style>

border-color css

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

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

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