Html Css Color HEX #776460 Russett

📋 copy color: '#776460'

red 119 ◦ green 100 ◦ blue 96

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

Shades of Russett #776460

Tints of Russett #776460

RGB

 RED value IS 119 (46.88% from 255) = 37.78%

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

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

R = 37.78%
G = 31.75%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#776460 (or 0x776460) is known color: Russett. HEX triplet: 77, 64 and 60. RGB value is (119,100,96). Sum of RGB (Red+Green+Blue) = 119+100+96=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #776460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776460 is #889B9F. Grayscale: #696969. Windows color (decimal): -8952736 or 6317175. OLE color: 6317175.

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

Color convert

RGB 119 100 96 -
CMYK 0 0.16 0.19 0.53
HSL 10.43º 0.11% 0.42% -
HSV(B) 10.43º 0.19% 0.47% -
XYZ 14.28 13.88 12.99 -
YUV 105.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 119 100 96 0 0.16 0.19 0.53 10.43 0.11 0.42
Hex 77 64 60 0 10 13 35 A B 2A
Octal 167 144 140 0 20 23 65 12 13 52
Binary 1110111 1100100 1100000 0 10000 10011 110101 1010 1011 101010

Color Harmonies of #776460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776460

Black with #776460

Text Example


Text Example

White with #776460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776460; }

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

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

background-color css

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

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

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

border-color css

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

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

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