Html Css Color HEX #766660 Russett

📋 copy color: '#766660'

red 118 ◦ green 102 ◦ blue 96

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

Shades of Russett #766660

Tints of Russett #766660

RGB

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

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

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

R = 37.34%
G = 32.28%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#766660 (or 0x766660) is known color: Russett. HEX triplet: 76, 66 and 60. RGB value is (118,102,96). Sum of RGB (Red+Green+Blue) = 118+102+96=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #766660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766660 is #89999F. Grayscale: #6A6A6A. Windows color (decimal): -9017760 or 6317686. OLE color: 6317686.

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

Color convert

RGB 118 102 96 -
CMYK 0 0.14 0.19 0.54
HSL 16.36º 0.1% 0.42% -
HSV(B) 16.36º 0.19% 0.46% -
XYZ 14.33 14.2 13.05 -
YUV 106.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 118 102 96 0 0.14 0.19 0.54 16.36 0.1 0.42
Hex 76 66 60 0 E 13 36 10 A 2A
Octal 166 146 140 0 16 23 66 20 12 52
Binary 1110110 1100110 1100000 0 1110 10011 110110 10000 1010 101010

Color Harmonies of #766660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766660

Black with #766660

Text Example


Text Example

White with #766660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766660; }

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

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

background-color css

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

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

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

border-color css

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

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

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