Html Css Color HEX #766966 Russett

📋 copy color: '#766966'

red 118 ◦ green 105 ◦ blue 102

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

Shades of Russett #766966

Tints of Russett #766966

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.31%

 BLUE value IS 102 (40.23% from 255) = 31.38%

R = 36.31%
G = 32.31%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#766966 (or 0x766966) is known color: Russett. HEX triplet: 76, 69 and 66. RGB value is (118,105,102). Sum of RGB (Red+Green+Blue) = 118+105+102=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #766966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766966 is #899699. Grayscale: #6C6C6C. Windows color (decimal): -9016986 or 6711670. OLE color: 6711670.

HSL color Cylindrical-coordinate representation of color #766966: hue angle of 11.25º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #766966 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 102 -
CMYK 0 0.11 0.14 0.54
HSL 11.25º 0.07% 0.43% -
HSV(B) 11.25º 0.14% 0.46% -
XYZ 14.92 14.91 14.66 -
YUV 108.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 118 105 102 0 0.11 0.14 0.54 11.25 0.07 0.43
Hex 76 69 66 0 B E 36 B 7 2B
Octal 166 151 146 0 13 16 66 13 7 53
Binary 1110110 1101001 1100110 0 1011 1110 110110 1011 111 101011

Color Harmonies of #766966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766966

Black with #766966

Text Example


Text Example

White with #766966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766966; }

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

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

background-color css

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

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

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

border-color css

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

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

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