Html Css Color HEX #766C68 Russett

📋 copy color: '#766C68'

red 118 ◦ green 108 ◦ blue 104

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

Shades of Russett #766C68

Tints of Russett #766C68

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.73%

 BLUE value IS 104 (41.02% from 255) = 31.52%

R = 35.76%
G = 32.73%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#766C68 (or 0x766C68) is known color: Russett. HEX triplet: 76, 6C and 68. RGB value is (118,108,104). Sum of RGB (Red+Green+Blue) = 118+108+104=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #766C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C68 is #899397. Grayscale: #6E6E6E. Windows color (decimal): -9016216 or 6843510. OLE color: 6843510.

HSL color Cylindrical-coordinate representation of color #766C68: hue angle of 17.14º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #766C68 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 108 104 -
CMYK 0 0.08 0.12 0.54
HSL 17.14º 0.06% 0.44% -
HSV(B) 17.14º 0.12% 0.46% -
XYZ 15.33 15.58 15.3 -
YUV 110.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 118 108 104 0 0.08 0.12 0.54 17.14 0.06 0.44
Hex 76 6C 68 0 8 C 36 11 6 2C
Octal 166 154 150 0 10 14 66 21 6 54
Binary 1110110 1101100 1101000 0 1000 1100 110110 10001 110 101100

Color Harmonies of #766C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C68

Black with #766C68

Text Example


Text Example

White with #766C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,108,104); }

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

background-color css

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

 a { background-color: rgb(118,108,104); }

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

border-color css

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

 span { border-color: rgb(118,108,104); }

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