Html Css Color HEX #765858 Zambezi

📋 copy color: '#765858'

red 118 ◦ green 88 ◦ blue 88

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

Shades of Zambezi #765858

Tints of Zambezi #765858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.93%

R = 40.14%
G = 29.93%
B = 29.93%

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

#765858 (or 0x765858) is known color: Zambezi. HEX triplet: 76, 58 and 58. RGB value is (118,88,88). Sum of RGB (Red+Green+Blue) = 118+88+88=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #765858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765858 is #89A7A7. Grayscale: #616161. Windows color (decimal): -9021352 or 5789814. OLE color: 5789814.

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

Color convert

RGB 118 88 88 -
CMYK 0 0.25 0.25 0.54
HSL 0.15% 0.4% -
HSV(B) 0.25% 0.46% -
XYZ 12.72 11.54 10.79 -
YUV 96.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 118 88 88 0 0.25 0.25 0.54 0 0.15 0.4
Hex 76 58 58 0 19 19 36 0 F 28
Octal 166 130 130 0 31 31 66 0 17 50
Binary 1110110 1011000 1011000 0 11001 11001 110110 0 1111 101000

Color Harmonies of #765858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765858

Black with #765858

Text Example


Text Example

White with #765858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765858; }

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

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

background-color css

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

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

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

border-color css

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

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

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