Html Css Color HEX #705B58 Zambezi

📋 copy color: '#705B58'

red 112 ◦ green 91 ◦ blue 88

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

Shades of Zambezi #705B58

Tints of Zambezi #705B58

RGB

 RED value IS 112 (44.14% from 255) = 38.49%

 GREEN value IS 91 (35.94% from 255) = 31.27%

 BLUE value IS 88 (34.77% from 255) = 30.24%

R = 38.49%
G = 31.27%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#705B58 (or 0x705B58) is known color: Zambezi. HEX triplet: 70, 5B and 58. RGB value is (112,91,88). Sum of RGB (Red+Green+Blue) = 112+91+88=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #705B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B58 is #8FA4A7. Grayscale: #606060. Windows color (decimal): -9413800 or 5790576. OLE color: 5790576.

HSL color Cylindrical-coordinate representation of color #705B58: hue angle of 7.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #705B58 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 91 88 -
CMYK 0 0.19 0.21 0.56
HSL 7.5º 0.12% 0.39% -
HSV(B) 7.5º 0.21% 0.44% -
XYZ 12.18 11.63 10.84 -
YUV 96.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 112 91 88 0 0.19 0.21 0.56 7.5 0.12 0.39
Hex 70 5B 58 0 13 15 38 8 C 27
Octal 160 133 130 0 23 25 70 10 14 47
Binary 1110000 1011011 1011000 0 10011 10101 111000 1000 1100 100111

Color Harmonies of #705B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B58

Black with #705B58

Text Example


Text Example

White with #705B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705B58; }

 p { color: rgb(112,91,88); }

 H1.HeaderClassName
 {
   color: #705B58;
 }
 .AnyTagClassName
 {
   color: #705B58;
 }
</style>

background-color css

<style>
 a { background-color: #705B58; }

 a { background-color: rgb(112,91,88); }

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

border-color css

<style>
 span { border-color: #705B58; }

 span { border-color: rgb(112,91,88); }

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