Html Css Color HEX #705F5D Zambezi

📋 copy color: '#705F5D'

red 112 ◦ green 95 ◦ blue 93

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

Shades of Zambezi #705F5D

Tints of Zambezi #705F5D

RGB

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

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

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

R = 37.33%
G = 31.67%
B = 31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#705F5D (or 0x705F5D) is known color: Zambezi. HEX triplet: 70, 5F and 5D. RGB value is (112,95,93). Sum of RGB (Red+Green+Blue) = 112+95+93=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #705F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F5D is #8FA0A2. Grayscale: #636363. Windows color (decimal): -9412771 or 6119280. OLE color: 6119280.

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

Color convert

RGB 112 95 93 -
CMYK 0 0.15 0.17 0.56
HSL 6.32º 0.09% 0.4% -
HSV(B) 6.32º 0.17% 0.44% -
XYZ 12.75 12.42 12.08 -
YUV 99.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 112 95 93 0 0.15 0.17 0.56 6.32 0.09 0.4
Hex 70 5F 5D 0 F 11 38 6 9 28
Octal 160 137 135 0 17 21 70 6 11 50
Binary 1110000 1011111 1011101 0 1111 10001 111000 110 1001 101000

Color Harmonies of #705F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F5D

Black with #705F5D

Text Example


Text Example

White with #705F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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