Html Css Color HEX #766767 Dim Gray

📋 copy color: '#766767'

red 118 ◦ green 103 ◦ blue 103

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

Shades of Dim Gray #766767

Tints of Dim Gray #766767

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.79%

 BLUE value IS 103 (40.63% from 255) = 31.79%

R = 36.42%
G = 31.79%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#766767 (or 0x766767) is known color: Dim Gray. HEX triplet: 76, 67 and 67. RGB value is (118,103,103). Sum of RGB (Red+Green+Blue) = 118+103+103=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 118 - color contains mainly: red. Hex color #766767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766767 is #899898. Grayscale: #6B6B6B. Windows color (decimal): -9017497 or 6776694. OLE color: 6776694.

HSL color Cylindrical-coordinate representation of color #766767: 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.13%. Process color model (Four color, CMYK) of #766767 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 103 -
CMYK 0 0.13 0.13 0.54
HSL 0.07% 0.43% -
HSV(B) 0.13% 0.46% -
XYZ 14.77 14.53 14.86 -
YUV 107.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 118 103 103 0 0.13 0.13 0.54 0 0.07 0.43
Hex 76 67 67 0 D D 36 0 7 2B
Octal 166 147 147 0 15 15 66 0 7 53
Binary 1110110 1100111 1100111 0 1101 1101 110110 0 111 101011

Color Harmonies of #766767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766767

Black with #766767

Text Example


Text Example

White with #766767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766767; }

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

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

background-color css

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

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

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

border-color css

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

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

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