Html Css Color HEX #766060 Zambezi

📋 copy color: '#766060'

red 118 ◦ green 96 ◦ blue 96

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

Shades of Zambezi #766060

Tints of Zambezi #766060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.97%

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

R = 38.06%
G = 30.97%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#766060 (or 0x766060) is known color: Zambezi. HEX triplet: 76, 60 and 60. RGB value is (118,96,96). Sum of RGB (Red+Green+Blue) = 118+96+96=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #766060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766060 is #899F9F. Grayscale: #666666. Windows color (decimal): -9019296 or 6316150. OLE color: 6316150.

HSL color Cylindrical-coordinate representation of color #766060: 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.19%. Process color model (Four color, CMYK) of #766060 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 96 96 -
CMYK 0 0.19 0.19 0.54
HSL 0.1% 0.42% -
HSV(B) 0.19% 0.46% -
XYZ 13.77 13.06 12.86 -
YUV 102.58 124.29 139 -
System Red Green Blue C M Y K H S L
Decimal 118 96 96 0 0.19 0.19 0.54 0 0.1 0.42
Hex 76 60 60 0 13 13 36 0 A 2A
Octal 166 140 140 0 23 23 66 0 12 52
Binary 1110110 1100000 1100000 0 10011 10011 110110 0 1010 101010

Color Harmonies of #766060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766060

Black with #766060

Text Example


Text Example

White with #766060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766060; }

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

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

background-color css

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

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

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

border-color css

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

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

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