Html Css Color HEX #705857 Zambezi

📋 copy color: '#705857'

red 112 ◦ green 88 ◦ blue 87

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

Shades of Zambezi #705857

Tints of Zambezi #705857

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.66%

 BLUE value IS 87 (34.38% from 255) = 30.31%

R = 39.02%
G = 30.66%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#705857 (or 0x705857) is known color: Zambezi. HEX triplet: 70, 58 and 57. RGB value is (112,88,87). Sum of RGB (Red+Green+Blue) = 112+88+87=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #705857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705857 is #8FA7A8. Grayscale: #5F5F5F. Windows color (decimal): -9414569 or 5724272. OLE color: 5724272.

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

Color convert

RGB 112 88 87 -
CMYK 0 0.21 0.22 0.56
HSL 2.4º 0.13% 0.39% -
HSV(B) 2.4º 0.22% 0.44% -
XYZ 11.89 11.11 10.53 -
YUV 95.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 112 88 87 0 0.21 0.22 0.56 2.4 0.13 0.39
Hex 70 58 57 0 15 16 38 2 D 27
Octal 160 130 127 0 25 26 70 2 15 47
Binary 1110000 1011000 1010111 0 10101 10110 111000 10 1101 100111

Color Harmonies of #705857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705857

Black with #705857

Text Example


Text Example

White with #705857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705857; }

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

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

background-color css

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

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

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

border-color css

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

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

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