Html Css Color HEX #765F5E Zambezi

📋 copy color: '#765F5E'

red 118 ◦ green 95 ◦ blue 94

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

Shades of Zambezi #765F5E

Tints of Zambezi #765F5E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.94%

 BLUE value IS 94 (37.11% from 255) = 30.62%

R = 38.44%
G = 30.94%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#765F5E (or 0x765F5E) is known color: Zambezi. HEX triplet: 76, 5F and 5E. RGB value is (118,95,94). Sum of RGB (Red+Green+Blue) = 118+95+94=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #765F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F5E is #89A0A1. Grayscale: #656565. Windows color (decimal): -9019554 or 6184822. OLE color: 6184822.

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

Color convert

RGB 118 95 94 -
CMYK 0 0.19 0.20 0.54
HSL 2.5º 0.11% 0.42% -
HSV(B) 2.5º 0.2% 0.46% -
XYZ 13.58 12.84 12.35 -
YUV 101.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 118 95 94 0 0.19 0.20 0.54 2.5 0.11 0.42
Hex 76 5F 5E 0 13 14 36 2 B 2A
Octal 166 137 136 0 23 24 66 2 13 52
Binary 1110110 1011111 1011110 0 10011 10100 110110 10 1011 101010

Color Harmonies of #765F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F5E

Black with #765F5E

Text Example


Text Example

White with #765F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,95,94); }

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

background-color css

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

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

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

border-color css

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

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

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