Html Css Color HEX #766A6A Dim Gray

📋 copy color: '#766A6A'

red 118 ◦ green 106 ◦ blue 106

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

Shades of Dim Gray #766A6A

Tints of Dim Gray #766A6A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.12%

 BLUE value IS 106 (41.8% from 255) = 32.12%

R = 35.76%
G = 32.12%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#766A6A (or 0x766A6A) is known color: Dim Gray. HEX triplet: 76, 6A and 6A. RGB value is (118,106,106). Sum of RGB (Red+Green+Blue) = 118+106+106=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #766A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A6A is #899595. Grayscale: #6D6D6D. Windows color (decimal): -9016726 or 6974070. OLE color: 6974070.

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

Color convert

RGB 118 106 106 -
CMYK 0 0.10 0.10 0.54
HSL 0.05% 0.44% -
HSV(B) 0.1% 0.46% -
XYZ 15.23 15.2 15.77 -
YUV 109.59 125.98 134 -
System Red Green Blue C M Y K H S L
Decimal 118 106 106 0 0.10 0.10 0.54 0 0.05 0.44
Hex 76 6A 6A 0 A A 36 0 5 2C
Octal 166 152 152 0 12 12 66 0 5 54
Binary 1110110 1101010 1101010 0 1010 1010 110110 0 101 101100

Color Harmonies of #766A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A6A

Black with #766A6A

Text Example


Text Example

White with #766A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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