Html Css Color HEX #766860 Russett

📋 copy color: '#766860'

red 118 ◦ green 104 ◦ blue 96

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

Shades of Russett #766860

Tints of Russett #766860

RGB

 RED value IS 118 (46.48% from 255) = 37.11%

 GREEN value IS 104 (41.02% from 255) = 32.7%

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

R = 37.11%
G = 32.7%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#766860 (or 0x766860) is known color: Russett. HEX triplet: 76, 68 and 60. RGB value is (118,104,96). Sum of RGB (Red+Green+Blue) = 118+104+96=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #766860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766860 is #89979F. Grayscale: #6B6B6B. Windows color (decimal): -9017248 or 6318198. OLE color: 6318198.

HSL color Cylindrical-coordinate representation of color #766860: hue angle of 21.82º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #766860 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 104 96 -
CMYK 0 0.12 0.19 0.54
HSL 21.82º 0.1% 0.42% -
HSV(B) 21.82º 0.19% 0.46% -
XYZ 14.53 14.6 13.12 -
YUV 107.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 118 104 96 0 0.12 0.19 0.54 21.82 0.1 0.42
Hex 76 68 60 0 C 13 36 16 A 2A
Octal 166 150 140 0 14 23 66 26 12 52
Binary 1110110 1101000 1100000 0 1100 10011 110110 10110 1010 101010

Color Harmonies of #766860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766860

Black with #766860

Text Example


Text Example

White with #766860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766860; }

 p { color: rgb(118,104,96); }

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

background-color css

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

 a { background-color: rgb(118,104,96); }

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

border-color css

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

 span { border-color: rgb(118,104,96); }

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