Html Css Color HEX #766B6B Dim Gray

📋 copy color: '#766B6B'

red 118 ◦ green 107 ◦ blue 107

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

Shades of Dim Gray #766B6B

Tints of Dim Gray #766B6B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.23%

 BLUE value IS 107 (42.19% from 255) = 32.23%

R = 35.54%
G = 32.23%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#766B6B (or 0x766B6B) is known color: Dim Gray. HEX triplet: 76, 6B and 6B. RGB value is (118,107,107). Sum of RGB (Red+Green+Blue) = 118+107+107=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #766B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B6B is #899494. Grayscale: #6E6E6E. Windows color (decimal): -9016469 or 7039862. OLE color: 7039862.

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

Color convert

RGB 118 107 107 -
CMYK 0 0.09 0.09 0.54
HSL 0.05% 0.44% -
HSV(B) 0.09% 0.46% -
XYZ 15.38 15.43 16.08 -
YUV 110.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 118 107 107 0 0.09 0.09 0.54 0 0.05 0.44
Hex 76 6B 6B 0 9 9 36 0 5 2C
Octal 166 153 153 0 11 11 66 0 5 54
Binary 1110110 1101011 1101011 0 1001 1001 110110 0 101 101100

Color Harmonies of #766B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B6B

Black with #766B6B

Text Example


Text Example

White with #766B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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