Html Css Color HEX #766C6C Dim Gray

📋 copy color: '#766C6C'

red 118 ◦ green 108 ◦ blue 108

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

Shades of Dim Gray #766C6C

Tints of Dim Gray #766C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.34%

R = 35.33%
G = 32.34%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#766C6C (or 0x766C6C) is known color: Dim Gray. HEX triplet: 76, 6C and 6C. RGB value is (118,108,108). Sum of RGB (Red+Green+Blue) = 118+108+108=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 118 - color contains mainly: red. Hex color #766C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C6C is #899393. Grayscale: #6F6F6F. Windows color (decimal): -9016212 or 7105654. OLE color: 7105654.

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

Color convert

RGB 118 108 108 -
CMYK 0 0.08 0.08 0.54
HSL 0.04% 0.44% -
HSV(B) 0.08% 0.46% -
XYZ 15.54 15.66 16.39 -
YUV 110.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 118 108 108 0 0.08 0.08 0.54 0 0.04 0.44
Hex 76 6C 6C 0 8 8 36 0 4 2C
Octal 166 154 154 0 10 10 66 0 4 54
Binary 1110110 1101100 1101100 0 1000 1000 110110 0 100 101100

Color Harmonies of #766C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C6C

Black with #766C6C

Text Example


Text Example

White with #766C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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