Html Css Color HEX #785A40 Tobacco Brown

📋 copy color: '#785A40'

red 120 ◦ green 90 ◦ blue 64

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

Shades of Tobacco Brown #785A40

Tints of Tobacco Brown #785A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.85%

 BLUE value IS 64 (25.39% from 255) = 23.36%

R = 43.8%
G = 32.85%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#785A40 (or 0x785A40) is known color: Tobacco Brown. HEX triplet: 78, 5A and 40. RGB value is (120,90,64). Sum of RGB (Red+Green+Blue) = 120+90+64=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #785A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785A40 is #87A5BF. Grayscale: #606060. Windows color (decimal): -8889792 or 4217464. OLE color: 4217464.

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

Color convert

RGB 120 90 64 -
CMYK 0 0.25 0.47 0.53
HSL 27.86º 0.3% 0.36% -
HSV(B) 27.86º 0.47% 0.47% -
XYZ 12.33 11.68 6.45 -
YUV 96.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 120 90 64 0 0.25 0.47 0.53 27.86 0.3 0.36
Hex 78 5A 40 0 19 2F 35 1C 1E 24
Octal 170 132 100 0 31 57 65 34 36 44
Binary 1111000 1011010 1000000 0 11001 101111 110101 11100 11110 100100

Color Harmonies of #785A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785A40

Black with #785A40

Text Example


Text Example

White with #785A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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