Html Css Color HEX #745D5B Zambezi

📋 copy color: '#745D5B'

red 116 ◦ green 93 ◦ blue 91

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

Shades of Zambezi #745D5B

Tints of Zambezi #745D5B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

 BLUE value IS 91 (35.94% from 255) = 30.33%

R = 38.67%
G = 31%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#745D5B (or 0x745D5B) is known color: Zambezi. HEX triplet: 74, 5D and 5B. RGB value is (116,93,91). Sum of RGB (Red+Green+Blue) = 116+93+91=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #745D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D5B is #8BA2A4. Grayscale: #636363. Windows color (decimal): -9151141 or 5987700. OLE color: 5987700.

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

Color convert

RGB 116 93 91 -
CMYK 0 0.20 0.22 0.55
HSL 4.8º 0.12% 0.41% -
HSV(B) 4.8º 0.22% 0.45% -
XYZ 13.01 12.3 11.59 -
YUV 99.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 116 93 91 0 0.20 0.22 0.55 4.8 0.12 0.41
Hex 74 5D 5B 0 14 16 37 5 C 29
Octal 164 135 133 0 24 26 67 5 14 51
Binary 1110100 1011101 1011011 0 10100 10110 110111 101 1100 101001

Color Harmonies of #745D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D5B

Black with #745D5B

Text Example


Text Example

White with #745D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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