Html Css Color HEX #785B5A Zambezi

📋 copy color: '#785B5A'

red 120 ◦ green 91 ◦ blue 90

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

Shades of Zambezi #785B5A

Tints of Zambezi #785B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.9%

R = 39.87%
G = 30.23%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#785B5A (or 0x785B5A) is known color: Zambezi. HEX triplet: 78, 5B and 5A. RGB value is (120,91,90). Sum of RGB (Red+Green+Blue) = 120+91+90=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 120 - color contains mainly: red. Hex color #785B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B5A is #87A4A5. Grayscale: #636363. Windows color (decimal): -8889510 or 5921656. OLE color: 5921656.

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

Color convert

RGB 120 91 90 -
CMYK 0 0.24 0.25 0.53
HSL 0.14% 0.41% -
HSV(B) 0.25% 0.47% -
XYZ 13.33 12.21 11.33 -
YUV 99.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 120 91 90 0 0.24 0.25 0.53 2 0.14 0.41
Hex 78 5B 5A 0 18 19 35 2 E 29
Octal 170 133 132 0 30 31 65 2 16 51
Binary 1111000 1011011 1011010 0 11000 11001 110101 10 1110 101001

Color Harmonies of #785B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785B5A

Black with #785B5A

Text Example


Text Example

White with #785B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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