Html Css Color HEX #766661 Russett

📋 copy color: '#766661'

red 118 ◦ green 102 ◦ blue 97

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

Shades of Russett #766661

Tints of Russett #766661

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.18%

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

R = 37.22%
G = 32.18%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#766661 (or 0x766661) is known color: Russett. HEX triplet: 76, 66 and 61. RGB value is (118,102,97). Sum of RGB (Red+Green+Blue) = 118+102+97=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #766661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766661 is #89999E. Grayscale: #6A6A6A. Windows color (decimal): -9017759 or 6383222. OLE color: 6383222.

HSL color Cylindrical-coordinate representation of color #766661: hue angle of 14.29º 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 #766661 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 102 97 -
CMYK 0 0.14 0.18 0.54
HSL 14.29º 0.1% 0.42% -
HSV(B) 14.29º 0.18% 0.46% -
XYZ 14.38 14.22 13.3 -
YUV 106.21 122.8 136.41 -
System Red Green Blue C M Y K H S L
Decimal 118 102 97 0 0.14 0.18 0.54 14.29 0.1 0.42
Hex 76 66 61 0 E 12 36 E A 2A
Octal 166 146 141 0 16 22 66 16 12 52
Binary 1110110 1100110 1100001 0 1110 10010 110110 1110 1010 101010

Color Harmonies of #766661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766661

Black with #766661

Text Example


Text Example

White with #766661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766661; }

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

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

background-color css

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

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

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

border-color css

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

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

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