Html Css Color HEX #766868 Dim Gray

📋 copy color: '#766868'

red 118 ◦ green 104 ◦ blue 104

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

Shades of Dim Gray #766868

Tints of Dim Gray #766868

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.9%

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

R = 36.2%
G = 31.9%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#766868 (or 0x766868) is known color: Dim Gray. HEX triplet: 76, 68 and 68. RGB value is (118,104,104). Sum of RGB (Red+Green+Blue) = 118+104+104=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #766868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766868 is #899797. Grayscale: #6C6C6C. Windows color (decimal): -9017240 or 6842486. OLE color: 6842486.

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

Color convert

RGB 118 104 104 -
CMYK 0 0.12 0.12 0.54
HSL 0.06% 0.44% -
HSV(B) 0.12% 0.46% -
XYZ 14.92 14.75 15.16 -
YUV 108.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 118 104 104 0 0.12 0.12 0.54 0 0.06 0.44
Hex 76 68 68 0 C C 36 0 6 2C
Octal 166 150 150 0 14 14 66 0 6 54
Binary 1110110 1101000 1101000 0 1100 1100 110110 0 110 101100

Color Harmonies of #766868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766868

Black with #766868

Text Example


Text Example

White with #766868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766868; }

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

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

background-color css

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

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

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

border-color css

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

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

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