Html Css Color HEX #766666 Dim Gray

📋 copy color: '#766666'

red 118 ◦ green 102 ◦ blue 102

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

Shades of Dim Gray #766666

Tints of Dim Gray #766666

RGB

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

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

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

R = 36.65%
G = 31.68%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#766666 (or 0x766666) is known color: Dim Gray. HEX triplet: 76, 66 and 66. RGB value is (118,102,102). Sum of RGB (Red+Green+Blue) = 118+102+102=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #766666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766666 is #899999. Grayscale: #6A6A6A. Windows color (decimal): -9017754 or 6710902. OLE color: 6710902.

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

Color convert

RGB 118 102 102 -
CMYK 0 0.14 0.14 0.54
HSL 0.07% 0.43% -
HSV(B) 0.14% 0.46% -
XYZ 14.62 14.31 14.56 -
YUV 106.78 125.3 136 -
System Red Green Blue C M Y K H S L
Decimal 118 102 102 0 0.14 0.14 0.54 0 0.07 0.43
Hex 76 66 66 0 E E 36 0 7 2B
Octal 166 146 146 0 16 16 66 0 7 53
Binary 1110110 1100110 1100110 0 1110 1110 110110 0 111 101011

Color Harmonies of #766666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766666

Black with #766666

Text Example


Text Example

White with #766666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766666; }

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

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

background-color css

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

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

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

border-color css

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

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

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