Html Css Color HEX #785950 Russett

📋 copy color: '#785950'

red 120 ◦ green 89 ◦ blue 80

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

Shades of Russett #785950

Tints of Russett #785950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.8%

 BLUE value IS 80 (31.64% from 255) = 27.68%

R = 41.52%
G = 30.8%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#785950 (or 0x785950) is known color: Russett. HEX triplet: 78, 59 and 50. RGB value is (120,89,80). Sum of RGB (Red+Green+Blue) = 120+89+80=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #785950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785950 is #87A6AF. Grayscale: #616161. Windows color (decimal): -8890032 or 5265784. OLE color: 5265784.

HSL color Cylindrical-coordinate representation of color #785950: hue angle of 13.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #785950 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 89 80 -
CMYK 0 0.26 0.33 0.53
HSL 13.5º 0.2% 0.39% -
HSV(B) 13.5º 0.33% 0.47% -
XYZ 12.77 11.72 9.18 -
YUV 97.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 120 89 80 0 0.26 0.33 0.53 13.5 0.2 0.39
Hex 78 59 50 0 1A 21 35 E 14 27
Octal 170 131 120 0 32 41 65 16 24 47
Binary 1111000 1011001 1010000 0 11010 100001 110101 1110 10100 100111

Color Harmonies of #785950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785950

Black with #785950

Text Example


Text Example

White with #785950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785950; }

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

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

background-color css

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

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

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

border-color css

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

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

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