Html Css Color HEX #785C5B Zambezi

📋 copy color: '#785C5B'

red 120 ◦ green 92 ◦ blue 91

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

Shades of Zambezi #785C5B

Tints of Zambezi #785C5B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.36%

 BLUE value IS 91 (35.94% from 255) = 30.03%

R = 39.6%
G = 30.36%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#785C5B (or 0x785C5B) is known color: Zambezi. HEX triplet: 78, 5C and 5B. RGB value is (120,92,91). Sum of RGB (Red+Green+Blue) = 120+92+91=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #785C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C5B is #87A3A4. Grayscale: #646464. Windows color (decimal): -8889253 or 5987448. OLE color: 5987448.

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

Color convert

RGB 120 92 91 -
CMYK 0 0.23 0.24 0.53
HSL 2.07º 0.14% 0.41% -
HSV(B) 2.07º 0.24% 0.47% -
XYZ 13.46 12.4 11.58 -
YUV 100.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 120 92 91 0 0.23 0.24 0.53 2.07 0.14 0.41
Hex 78 5C 5B 0 17 18 35 2 E 29
Octal 170 134 133 0 27 30 65 2 16 51
Binary 1111000 1011100 1011011 0 10111 11000 110101 10 1110 101001

Color Harmonies of #785C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785C5B

Black with #785C5B

Text Example


Text Example

White with #785C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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