Html Css Color HEX #785B59 Zambezi

📋 copy color: '#785B59'

red 120 ◦ green 91 ◦ blue 89

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

Shades of Zambezi #785B59

Tints of Zambezi #785B59

RGB

 RED value IS 120 (47.27% from 255) = 40%

 GREEN value IS 91 (35.94% from 255) = 30.33%

 BLUE value IS 89 (35.16% from 255) = 29.67%

R = 40%
G = 30.33%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#785B59 (or 0x785B59) is known color: Zambezi. HEX triplet: 78, 5B and 59. RGB value is (120,91,89). Sum of RGB (Red+Green+Blue) = 120+91+89=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #785B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B59 is #87A4A6. Grayscale: #636363. Windows color (decimal): -8889511 or 5856120. OLE color: 5856120.

HSL color Cylindrical-coordinate representation of color #785B59: hue angle of 3.87º 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 #785B59 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 91 89 -
CMYK 0 0.24 0.26 0.53
HSL 3.87º 0.15% 0.41% -
HSV(B) 3.87º 0.26% 0.47% -
XYZ 13.29 12.2 11.1 -
YUV 99.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 120 91 89 0 0.24 0.26 0.53 3.87 0.15 0.41
Hex 78 5B 59 0 18 1A 35 4 F 29
Octal 170 133 131 0 30 32 65 4 17 51
Binary 1111000 1011011 1011001 0 11000 11010 110101 100 1111 101001

Color Harmonies of #785B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785B59

Black with #785B59

Text Example


Text Example

White with #785B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785B59; }

 p { color: rgb(120,91,89); }

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

background-color css

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

 a { background-color: rgb(120,91,89); }

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

border-color css

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

 span { border-color: rgb(120,91,89); }

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