Html Css Color HEX #716260 Zambezi

📋 copy color: '#716260'

red 113 ◦ green 98 ◦ blue 96

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

Shades of Zambezi #716260

Tints of Zambezi #716260

RGB

 RED value IS 113 (44.53% from 255) = 36.81%

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

 BLUE value IS 96 (37.89% from 255) = 31.27%

R = 36.81%
G = 31.92%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#716260 (or 0x716260) is known color: Zambezi. HEX triplet: 71, 62 and 60. RGB value is (113,98,96). Sum of RGB (Red+Green+Blue) = 113+98+96=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 113 - color contains mainly: red. Hex color #716260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716260 is #8E9D9F. Grayscale: #666666. Windows color (decimal): -9346464 or 6316657. OLE color: 6316657.

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

Color convert

RGB 113 98 96 -
CMYK 0 0.13 0.15 0.56
HSL 7.06º 0.08% 0.41% -
HSV(B) 7.06º 0.15% 0.44% -
XYZ 13.29 13.09 12.89 -
YUV 102.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 113 98 96 0 0.13 0.15 0.56 7.06 0.08 0.41
Hex 71 62 60 0 D F 38 7 8 29
Octal 161 142 140 0 15 17 70 7 10 51
Binary 1110001 1100010 1100000 0 1101 1111 111000 111 1000 101001

Color Harmonies of #716260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716260

Black with #716260

Text Example


Text Example

White with #716260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716260; }

 p { color: rgb(113,98,96); }

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

background-color css

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

 a { background-color: rgb(113,98,96); }

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

border-color css

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

 span { border-color: rgb(113,98,96); }

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