Html Css Color HEX #765757 Zambezi

📋 copy color: '#765757'

red 118 ◦ green 87 ◦ blue 87

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

Shades of Zambezi #765757

Tints of Zambezi #765757

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.79%

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

R = 40.41%
G = 29.79%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#765757 (or 0x765757) is known color: Zambezi. HEX triplet: 76, 57 and 57. RGB value is (118,87,87). Sum of RGB (Red+Green+Blue) = 118+87+87=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #765757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765757 is #89A8A8. Grayscale: #606060. Windows color (decimal): -9021609 or 5724022. OLE color: 5724022.

HSL color Cylindrical-coordinate representation of color #765757: 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.26%. Process color model (Four color, CMYK) of #765757 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 87 87 -
CMYK 0 0.26 0.26 0.54
HSL 0.15% 0.4% -
HSV(B) 0.26% 0.46% -
XYZ 12.6 11.36 10.54 -
YUV 96.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 118 87 87 0 0.26 0.26 0.54 0 0.15 0.4
Hex 76 57 57 0 1A 1A 36 0 F 28
Octal 166 127 127 0 32 32 66 0 17 50
Binary 1110110 1010111 1010111 0 11010 11010 110110 0 1111 101000

Color Harmonies of #765757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765757

Black with #765757

Text Example


Text Example

White with #765757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765757; }

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

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

background-color css

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

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

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

border-color css

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

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

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