Html Css Color HEX #705F5E Zambezi

📋 copy color: '#705F5E'

red 112 ◦ green 95 ◦ blue 94

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

Shades of Zambezi #705F5E

Tints of Zambezi #705F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 37.21%
G = 31.56%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#705F5E (or 0x705F5E) is known color: Zambezi. HEX triplet: 70, 5F and 5E. RGB value is (112,95,94). Sum of RGB (Red+Green+Blue) = 112+95+94=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #705F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F5E is #8FA0A1. Grayscale: #636363. Windows color (decimal): -9412770 or 6184816. OLE color: 6184816.

HSL color Cylindrical-coordinate representation of color #705F5E: hue angle of 3.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #705F5E is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 95 94 -
CMYK 0 0.15 0.16 0.56
HSL 3.33º 0.09% 0.4% -
HSV(B) 3.33º 0.16% 0.44% -
XYZ 12.79 12.44 12.32 -
YUV 99.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 112 95 94 0 0.15 0.16 0.56 3.33 0.09 0.4
Hex 70 5F 5E 0 F 10 38 3 9 28
Octal 160 137 136 0 17 20 70 3 11 50
Binary 1110000 1011111 1011110 0 1111 10000 111000 11 1001 101000

Color Harmonies of #705F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F5E

Black with #705F5E

Text Example


Text Example

White with #705F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,95,94); }

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

background-color css

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

 a { background-color: rgb(112,95,94); }

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

border-color css

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

 span { border-color: rgb(112,95,94); }

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