Html Css Color HEX #776A6A Dim Gray

📋 copy color: '#776A6A'

red 119 ◦ green 106 ◦ blue 106

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

Shades of Dim Gray #776A6A

Tints of Dim Gray #776A6A

RGB

 RED value IS 119 (46.88% from 255) = 35.95%

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

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

R = 35.95%
G = 32.02%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#776A6A (or 0x776A6A) is known color: Dim Gray. HEX triplet: 77, 6A and 6A. RGB value is (119,106,106). Sum of RGB (Red+Green+Blue) = 119+106+106=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #776A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A6A is #889595. Grayscale: #6D6D6D. Windows color (decimal): -8951190 or 6974071. OLE color: 6974071.

HSL color Cylindrical-coordinate representation of color #776A6A: hue angle of 0º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #776A6A is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 106 106 -
CMYK 0 0.11 0.11 0.53
HSL 0.06% 0.44% -
HSV(B) 0.11% 0.47% -
XYZ 15.36 15.27 15.77 -
YUV 109.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 119 106 106 0 0.11 0.11 0.53 0 0.06 0.44
Hex 77 6A 6A 0 B B 35 0 6 2C
Octal 167 152 152 0 13 13 65 0 6 54
Binary 1110111 1101010 1101010 0 1011 1011 110101 0 110 101100

Color Harmonies of #776A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A6A

Black with #776A6A

Text Example


Text Example

White with #776A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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