Html Css Color HEX #786460 Russett

📋 copy color: '#786460'

red 120 ◦ green 100 ◦ blue 96

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

Shades of Russett #786460

Tints of Russett #786460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.65%

 BLUE value IS 96 (37.89% from 255) = 30.38%

R = 37.97%
G = 31.65%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#786460 (or 0x786460) is known color: Russett. HEX triplet: 78, 64 and 60. RGB value is (120,100,96). Sum of RGB (Red+Green+Blue) = 120+100+96=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #786460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786460 is #879B9F. Grayscale: #696969. Windows color (decimal): -8887200 or 6317176. OLE color: 6317176.

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

Color convert

RGB 120 100 96 -
CMYK 0 0.17 0.2 0.53
HSL 10º 0.11% 0.42% -
HSV(B) 10º 0.2% 0.47% -
XYZ 14.41 13.95 13 -
YUV 105.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 120 100 96 0 0.17 0.2 0.53 10 0.11 0.42
Hex 78 64 60 0 11 14 35 A B 2A
Octal 170 144 140 0 21 24 65 12 13 52
Binary 1111000 1100100 1100000 0 10001 10100 110101 1010 1011 101010

Color Harmonies of #786460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786460

Black with #786460

Text Example


Text Example

White with #786460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786460; }

 p { color: rgb(120,100,96); }

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

background-color css

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

 a { background-color: rgb(120,100,96); }

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

border-color css

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

 span { border-color: rgb(120,100,96); }

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