Html Css Color HEX #766A66 Russett

📋 copy color: '#766A66'

red 118 ◦ green 106 ◦ blue 102

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

Shades of Russett #766A66

Tints of Russett #766A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.52%

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

R = 36.2%
G = 32.52%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#766A66 (or 0x766A66) is known color: Russett. HEX triplet: 76, 6A and 66. RGB value is (118,106,102). Sum of RGB (Red+Green+Blue) = 118+106+102=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #766A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A66 is #899599. Grayscale: #6D6D6D. Windows color (decimal): -9016730 or 6711926. OLE color: 6711926.

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

Color convert

RGB 118 106 102 -
CMYK 0 0.10 0.14 0.54
HSL 15º 0.07% 0.43% -
HSV(B) 15º 0.14% 0.46% -
XYZ 15.02 15.12 14.7 -
YUV 109.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 118 106 102 0 0.10 0.14 0.54 15 0.07 0.43
Hex 76 6A 66 0 A E 36 F 7 2B
Octal 166 152 146 0 12 16 66 17 7 53
Binary 1110110 1101010 1100110 0 1010 1110 110110 1111 111 101011

Color Harmonies of #766A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A66

Black with #766A66

Text Example


Text Example

White with #766A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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