Html Css Color HEX #775958 Zambezi

📋 copy color: '#775958'

red 119 ◦ green 89 ◦ blue 88

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

Shades of Zambezi #775958

Tints of Zambezi #775958

RGB

 RED value IS 119 (46.88% from 255) = 40.2%

 GREEN value IS 89 (35.16% from 255) = 30.07%

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

R = 40.2%
G = 30.07%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#775958 (or 0x775958) is known color: Zambezi. HEX triplet: 77, 59 and 58. RGB value is (119,89,88). Sum of RGB (Red+Green+Blue) = 119+89+88=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #775958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775958 is #88A6A7. Grayscale: #616161. Windows color (decimal): -8955560 or 5790071. OLE color: 5790071.

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

Color convert

RGB 119 89 88 -
CMYK 0 0.25 0.26 0.53
HSL 1.94º 0.15% 0.41% -
HSV(B) 1.94º 0.26% 0.47% -
XYZ 12.94 11.77 10.82 -
YUV 97.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 119 89 88 0 0.25 0.26 0.53 1.94 0.15 0.41
Hex 77 59 58 0 19 1A 35 2 F 29
Octal 167 131 130 0 31 32 65 2 17 51
Binary 1110111 1011001 1011000 0 11001 11010 110101 10 1111 101001

Color Harmonies of #775958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775958

Black with #775958

Text Example


Text Example

White with #775958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775958; }

 p { color: rgb(119,89,88); }

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

background-color css

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

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

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

border-color css

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

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

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