Html Css Color HEX #726261 Zambezi

📋 copy color: '#726261'

red 114 ◦ green 98 ◦ blue 97

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

Shades of Zambezi #726261

Tints of Zambezi #726261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.72%

 BLUE value IS 97 (38.28% from 255) = 31.39%

R = 36.89%
G = 31.72%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#726261 (or 0x726261) is known color: Zambezi. HEX triplet: 72, 62 and 61. RGB value is (114,98,97). Sum of RGB (Red+Green+Blue) = 114+98+97=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #726261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726261 is #8D9D9E. Grayscale: #666666. Windows color (decimal): -9280927 or 6382194. OLE color: 6382194.

HSL color Cylindrical-coordinate representation of color #726261: hue angle of 3.53º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #726261 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 98 97 -
CMYK 0 0.14 0.15 0.55
HSL 3.53º 0.08% 0.41% -
HSV(B) 3.53º 0.15% 0.45% -
XYZ 13.46 13.18 13.14 -
YUV 102.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 114 98 97 0 0.14 0.15 0.55 3.53 0.08 0.41
Hex 72 62 61 0 E F 37 4 8 29
Octal 162 142 141 0 16 17 67 4 10 51
Binary 1110010 1100010 1100001 0 1110 1111 110111 100 1000 101001

Color Harmonies of #726261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726261

Black with #726261

Text Example


Text Example

White with #726261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726261; }

 p { color: rgb(114,98,97); }

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

background-color css

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

 a { background-color: rgb(114,98,97); }

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

border-color css

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

 span { border-color: rgb(114,98,97); }

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