Html Css Color HEX #776767 Dim Gray

📋 copy color: '#776767'

red 119 ◦ green 103 ◦ blue 103

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

Shades of Dim Gray #776767

Tints of Dim Gray #776767

RGB

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

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

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

R = 36.62%
G = 31.69%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#776767 (or 0x776767) is known color: Dim Gray. HEX triplet: 77, 67 and 67. RGB value is (119,103,103). Sum of RGB (Red+Green+Blue) = 119+103+103=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #776767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776767 is #889898. Grayscale: #6B6B6B. Windows color (decimal): -8951961 or 6776695. OLE color: 6776695.

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

Color convert

RGB 119 103 103 -
CMYK 0 0.13 0.13 0.53
HSL 0.07% 0.44% -
HSV(B) 0.13% 0.47% -
XYZ 14.91 14.6 14.86 -
YUV 107.78 125.3 136 -
System Red Green Blue C M Y K H S L
Decimal 119 103 103 0 0.13 0.13 0.53 0 0.07 0.44
Hex 77 67 67 0 D D 35 0 7 2C
Octal 167 147 147 0 15 15 65 0 7 54
Binary 1110111 1100111 1100111 0 1101 1101 110101 0 111 101100

Color Harmonies of #776767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776767

Black with #776767

Text Example


Text Example

White with #776767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776767; }

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

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

background-color css

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

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

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

border-color css

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

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

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