Html Css Color HEX #745F5D Zambezi

📋 copy color: '#745F5D'

red 116 ◦ green 95 ◦ blue 93

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

Shades of Zambezi #745F5D

Tints of Zambezi #745F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.25%

 BLUE value IS 93 (36.72% from 255) = 30.59%

R = 38.16%
G = 31.25%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#745F5D (or 0x745F5D) is known color: Zambezi. HEX triplet: 74, 5F and 5D. RGB value is (116,95,93). Sum of RGB (Red+Green+Blue) = 116+95+93=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #745F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745F5D is #8BA0A2. Grayscale: #656565. Windows color (decimal): -9150627 or 6119284. OLE color: 6119284.

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

Color convert

RGB 116 95 93 -
CMYK 0 0.18 0.20 0.55
HSL 5.22º 0.11% 0.41% -
HSV(B) 5.22º 0.2% 0.45% -
XYZ 13.27 12.69 12.11 -
YUV 101.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 116 95 93 0 0.18 0.20 0.55 5.22 0.11 0.41
Hex 74 5F 5D 0 12 14 37 5 B 29
Octal 164 137 135 0 22 24 67 5 13 51
Binary 1110100 1011111 1011101 0 10010 10100 110111 101 1011 101001

Color Harmonies of #745F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F5D

Black with #745F5D

Text Example


Text Example

White with #745F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,95,93); }

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

background-color css

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

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

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

border-color css

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

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

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