Html Css Color HEX #766E6A Russett

📋 copy color: '#766E6A'

red 118 ◦ green 110 ◦ blue 106

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

Shades of Russett #766E6A

Tints of Russett #766E6A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.93%

 BLUE value IS 106 (41.8% from 255) = 31.74%

R = 35.33%
G = 32.93%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#766E6A (or 0x766E6A) is known color: Russett. HEX triplet: 76, 6E and 6A. RGB value is (118,110,106). Sum of RGB (Red+Green+Blue) = 118+110+106=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 118 - color contains mainly: red. Hex color #766E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E6A is #899195. Grayscale: #6F6F6F. Windows color (decimal): -9015702 or 6975094. OLE color: 6975094.

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

Color convert

RGB 118 110 106 -
CMYK 0 0.07 0.10 0.54
HSL 20º 0.05% 0.44% -
HSV(B) 20º 0.1% 0.46% -
XYZ 15.65 16.04 15.91 -
YUV 111.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 118 110 106 0 0.07 0.10 0.54 20 0.05 0.44
Hex 76 6E 6A 0 7 A 36 14 5 2C
Octal 166 156 152 0 7 12 66 24 5 54
Binary 1110110 1101110 1101010 0 111 1010 110110 10100 101 101100

Color Harmonies of #766E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E6A

Black with #766E6A

Text Example


Text Example

White with #766E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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