Html Css Color HEX #765857 Zambezi

📋 copy color: '#765857'

red 118 ◦ green 88 ◦ blue 87

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

Shades of Zambezi #765857

Tints of Zambezi #765857

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.03%

 BLUE value IS 87 (34.38% from 255) = 29.69%

R = 40.27%
G = 30.03%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#765857 (or 0x765857) is known color: Zambezi. HEX triplet: 76, 58 and 57. RGB value is (118,88,87). Sum of RGB (Red+Green+Blue) = 118+88+87=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #765857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765857 is #89A7A8. Grayscale: #606060. Windows color (decimal): -9021353 or 5724278. OLE color: 5724278.

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

Color convert

RGB 118 88 87 -
CMYK 0 0.25 0.26 0.54
HSL 1.94º 0.15% 0.4% -
HSV(B) 1.94º 0.26% 0.46% -
XYZ 12.68 11.52 10.57 -
YUV 96.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 118 88 87 0 0.25 0.26 0.54 1.94 0.15 0.4
Hex 76 58 57 0 19 1A 36 2 F 28
Octal 166 130 127 0 31 32 66 2 17 50
Binary 1110110 1011000 1010111 0 11001 11010 110110 10 1111 101000

Color Harmonies of #765857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765857

Black with #765857

Text Example


Text Example

White with #765857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765857; }

 p { color: rgb(118,88,87); }

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

background-color css

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

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

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

border-color css

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

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

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