Html Css Color HEX #766861 Russett

📋 copy color: '#766861'

red 118 ◦ green 104 ◦ blue 97

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

Shades of Russett #766861

Tints of Russett #766861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.41%

R = 36.99%
G = 32.6%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#766861 (or 0x766861) is known color: Russett. HEX triplet: 76, 68 and 61. RGB value is (118,104,97). Sum of RGB (Red+Green+Blue) = 118+104+97=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #766861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766861 is #89979E. Grayscale: #6B6B6B. Windows color (decimal): -9017247 or 6383734. OLE color: 6383734.

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

Color convert

RGB 118 104 97 -
CMYK 0 0.12 0.18 0.54
HSL 20º 0.1% 0.42% -
HSV(B) 20º 0.18% 0.46% -
XYZ 14.58 14.62 13.36 -
YUV 107.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 118 104 97 0 0.12 0.18 0.54 20 0.1 0.42
Hex 76 68 61 0 C 12 36 14 A 2A
Octal 166 150 141 0 14 22 66 24 12 52
Binary 1110110 1101000 1100001 0 1100 10010 110110 10100 1010 101010

Color Harmonies of #766861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766861

Black with #766861

Text Example


Text Example

White with #766861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766861; }

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

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

background-color css

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

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

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

border-color css

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

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

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