Html Css Color HEX #765959 Zambezi

📋 copy color: '#765959'

red 118 ◦ green 89 ◦ blue 89

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

Shades of Zambezi #765959

Tints of Zambezi #765959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.07%

R = 39.86%
G = 30.07%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#765959 (or 0x765959) is known color: Zambezi. HEX triplet: 76, 59 and 59. RGB value is (118,89,89). Sum of RGB (Red+Green+Blue) = 118+89+89=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #765959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765959 is #89A6A6. Grayscale: #616161. Windows color (decimal): -9021095 or 5855606. OLE color: 5855606.

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

Color convert

RGB 118 89 89 -
CMYK 0 0.25 0.25 0.54
HSL 0.14% 0.41% -
HSV(B) 0.25% 0.46% -
XYZ 12.85 11.72 11.04 -
YUV 97.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 118 89 89 0 0.25 0.25 0.54 0 0.14 0.41
Hex 76 59 59 0 19 19 36 0 E 29
Octal 166 131 131 0 31 31 66 0 16 51
Binary 1110110 1011001 1011001 0 11001 11001 110110 0 1110 101001

Color Harmonies of #765959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765959

Black with #765959

Text Example


Text Example

White with #765959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765959; }

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

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

background-color css

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

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

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

border-color css

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

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

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