Html Css Color HEX #725957 Zambezi

📋 copy color: '#725957'

red 114 ◦ green 89 ◦ blue 87

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

Shades of Zambezi #725957

Tints of Zambezi #725957

RGB

 RED value IS 114 (44.92% from 255) = 39.31%

 GREEN value IS 89 (35.16% from 255) = 30.69%

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

R = 39.31%
G = 30.69%
B = 30%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#725957 (or 0x725957) is known color: Zambezi. HEX triplet: 72, 59 and 57. RGB value is (114,89,87). Sum of RGB (Red+Green+Blue) = 114+89+87=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 114 - color contains mainly: red. Hex color #725957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725957 is #8DA6A8. Grayscale: #606060. Windows color (decimal): -9283241 or 5724530. OLE color: 5724530.

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

Color convert

RGB 114 89 87 -
CMYK 0 0.22 0.24 0.55
HSL 4.44º 0.13% 0.39% -
HSV(B) 4.44º 0.24% 0.45% -
XYZ 12.23 11.41 10.57 -
YUV 96.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 114 89 87 0 0.22 0.24 0.55 4.44 0.13 0.39
Hex 72 59 57 0 16 18 37 4 D 27
Octal 162 131 127 0 26 30 67 4 15 47
Binary 1110010 1011001 1010111 0 10110 11000 110111 100 1101 100111

Color Harmonies of #725957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725957

Black with #725957

Text Example


Text Example

White with #725957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725957; }

 p { color: rgb(114,89,87); }

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

background-color css

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

 a { background-color: rgb(114,89,87); }

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

border-color css

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

 span { border-color: rgb(114,89,87); }

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