Html Css Color HEX #755857 Zambezi

📋 copy color: '#755857'

red 117 ◦ green 88 ◦ blue 87

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

Shades of Zambezi #755857

Tints of Zambezi #755857

RGB

 RED value IS 117 (46.09% from 255) = 40.07%

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

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

R = 40.07%
G = 30.14%
B = 29.79%

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

#755857 (or 0x755857) is known color: Zambezi. HEX triplet: 75, 58 and 57. RGB value is (117,88,87). Sum of RGB (Red+Green+Blue) = 117+88+87=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #755857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755857 is #8AA7A8. Grayscale: #606060. Windows color (decimal): -9086889 or 5724277. OLE color: 5724277.

HSL color Cylindrical-coordinate representation of color #755857: hue angle of 2º 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 #755857 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 88 87 -
CMYK 0 0.25 0.26 0.54
HSL 0.15% 0.4% -
HSV(B) 0.26% 0.46% -
XYZ 12.55 11.45 10.57 -
YUV 96.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 117 88 87 0 0.25 0.26 0.54 2 0.15 0.4
Hex 75 58 57 0 19 1A 36 2 F 28
Octal 165 130 127 0 31 32 66 2 17 50
Binary 1110101 1011000 1010111 0 11001 11010 110110 10 1111 101000

Color Harmonies of #755857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755857

Black with #755857

Text Example


Text Example

White with #755857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755857; }

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

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

background-color css

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

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

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

border-color css

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

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

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