#775E5E

Color #775E5E Zambezi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zambezi #775E5E

Tints of Zambezi #775E5E

Color information

#775E5E (or 0x775E5E) is unknown color: approx Zambezi. HEX triplet: 77, 5E and 5E. RGB value is (119,94,94). Sum of RGB (Red+Green+Blue) = 119+94+94=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #775E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E5E is #88A1A1. Grayscale: #656565. Windows color (decimal): -8954274 or 6184567. OLE color: 6184567.

HSL color Cylindrical-coordinate representation of color #775E5E: hue angle of 0º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #775E5E is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1199494-
CMYK00.210.210.53
HSL11.74%41.76%-
HSV(B)21.01%46.67%-
XYZ13.6312.7412.33-
YUV101.48123.78140.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.76%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=38.76%
G=30.62%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119949400.210.210.53011.7441.76
Hex775E5E01515350c2a
Octal167136136025256501452
Binary1110111101111010111100101011010111010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775E5E; }

 p { color: rgb(119,94,94); }

 H1.HeaderClassName
 {
   color: #775E5E;
 }
 .AnyTagClassName
 {
   color: #775E5E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #775E5E;
 }
 .BgClassName
 {
   background-color: #775E5E;
 }
</style>
border-color css

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

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

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