Html Css Color HEX #765C5A Zambezi

📋 copy color: '#765C5A'

red 118 ◦ green 92 ◦ blue 90

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

Shades of Zambezi #765C5A

Tints of Zambezi #765C5A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.67%

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

R = 39.33%
G = 30.67%
B = 30%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#765C5A (or 0x765C5A) is known color: Zambezi. HEX triplet: 76, 5C and 5A. RGB value is (118,92,90). Sum of RGB (Red+Green+Blue) = 118+92+90=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #765C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C5A is #89A3A5. Grayscale: #636363. Windows color (decimal): -9020326 or 5921910. OLE color: 5921910.

HSL color Cylindrical-coordinate representation of color #765C5A: hue angle of 4.29º 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 #765C5A is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 92 90 -
CMYK 0 0.22 0.24 0.54
HSL 4.29º 0.13% 0.41% -
HSV(B) 4.29º 0.24% 0.46% -
XYZ 13.14 12.24 11.34 -
YUV 99.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 118 92 90 0 0.22 0.24 0.54 4.29 0.13 0.41
Hex 76 5C 5A 0 16 18 36 4 D 29
Octal 166 134 132 0 26 30 66 4 15 51
Binary 1110110 1011100 1011010 0 10110 11000 110110 100 1101 101001

Color Harmonies of #765C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C5A

Black with #765C5A

Text Example


Text Example

White with #765C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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