Html Css Color HEX #766161 Zambezi

📋 copy color: '#766161'

red 118 ◦ green 97 ◦ blue 97

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

Shades of Zambezi #766161

Tints of Zambezi #766161

RGB

 RED value IS 118 (46.48% from 255) = 37.82%

 GREEN value IS 97 (38.28% from 255) = 31.09%

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

R = 37.82%
G = 31.09%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#766161 (or 0x766161) is known color: Zambezi. HEX triplet: 76, 61 and 61. RGB value is (118,97,97). Sum of RGB (Red+Green+Blue) = 118+97+97=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #766161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766161 is #899E9E. Grayscale: #676767. Windows color (decimal): -9019039 or 6381942. OLE color: 6381942.

HSL color Cylindrical-coordinate representation of color #766161: hue angle of 0º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #766161 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 97 -
CMYK 0 0.18 0.18 0.54
HSL 0.1% 0.42% -
HSV(B) 0.18% 0.46% -
XYZ 13.9 13.26 13.14 -
YUV 103.28 124.46 138.5 -
System Red Green Blue C M Y K H S L
Decimal 118 97 97 0 0.18 0.18 0.54 0 0.1 0.42
Hex 76 61 61 0 12 12 36 0 A 2A
Octal 166 141 141 0 22 22 66 0 12 52
Binary 1110110 1100001 1100001 0 10010 10010 110110 0 1010 101010

Color Harmonies of #766161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766161

Black with #766161

Text Example


Text Example

White with #766161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766161; }

 p { color: rgb(118,97,97); }

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

background-color css

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

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

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

border-color css

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

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

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