Html Css Color HEX #745C5B Zambezi

📋 copy color: '#745C5B'

red 116 ◦ green 92 ◦ blue 91

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

Shades of Zambezi #745C5B

Tints of Zambezi #745C5B

RGB

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

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

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

R = 38.8%
G = 30.77%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#745C5B (or 0x745C5B) is known color: Zambezi. HEX triplet: 74, 5C and 5B. RGB value is (116,92,91). Sum of RGB (Red+Green+Blue) = 116+92+91=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #745C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C5B is #8BA3A4. Grayscale: #636363. Windows color (decimal): -9151397 or 5987444. OLE color: 5987444.

HSL color Cylindrical-coordinate representation of color #745C5B: hue angle of 2.4º 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 #745C5B is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 92 91 -
CMYK 0 0.21 0.22 0.55
HSL 2.4º 0.12% 0.41% -
HSV(B) 2.4º 0.22% 0.45% -
XYZ 12.92 12.12 11.56 -
YUV 99.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 116 92 91 0 0.21 0.22 0.55 2.4 0.12 0.41
Hex 74 5C 5B 0 15 16 37 2 C 29
Octal 164 134 133 0 25 26 67 2 14 51
Binary 1110100 1011100 1011011 0 10101 10110 110111 10 1100 101001

Color Harmonies of #745C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C5B

Black with #745C5B

Text Example


Text Example

White with #745C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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