Html Css Color HEX #765B5A Zambezi

📋 copy color: '#765B5A'

red 118 ◦ green 91 ◦ blue 90

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

Shades of Zambezi #765B5A

Tints of Zambezi #765B5A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.43%

 BLUE value IS 90 (35.55% from 255) = 30.1%

R = 39.46%
G = 30.43%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#765B5A (or 0x765B5A) is known color: Zambezi. HEX triplet: 76, 5B and 5A. RGB value is (118,91,90). Sum of RGB (Red+Green+Blue) = 118+91+90=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #765B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B5A is #89A4A5. Grayscale: #626262. Windows color (decimal): -9020582 or 5921654. OLE color: 5921654.

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

Color convert

RGB 118 91 90 -
CMYK 0 0.23 0.24 0.54
HSL 2.14º 0.13% 0.41% -
HSV(B) 2.14º 0.24% 0.46% -
XYZ 13.06 12.07 11.31 -
YUV 98.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 118 91 90 0 0.23 0.24 0.54 2.14 0.13 0.41
Hex 76 5B 5A 0 17 18 36 2 D 29
Octal 166 133 132 0 27 30 66 2 15 51
Binary 1110110 1011011 1011010 0 10111 11000 110110 10 1101 101001

Color Harmonies of #765B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765B5A

Black with #765B5A

Text Example


Text Example

White with #765B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765B5A; }

 p { color: rgb(118,91,90); }

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

background-color css

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

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

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

border-color css

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

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

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