Html Css Color HEX #777171 Dim Gray

📋 copy color: '#777171'

red 119 ◦ green 113 ◦ blue 113

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

Shades of Dim Gray #777171

Tints of Dim Gray #777171

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.75%

 BLUE value IS 113 (44.53% from 255) = 32.75%

R = 34.49%
G = 32.75%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#777171 (or 0x777171) is known color: Dim Gray. HEX triplet: 77, 71 and 71. RGB value is (119,113,113). Sum of RGB (Red+Green+Blue) = 119+113+113=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 119 - color contains mainly: red. Hex color #777171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777171 is #888E8E. Grayscale: #727272. Windows color (decimal): -8949391 or 7434615. OLE color: 7434615.

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

Color convert

RGB 119 113 113 -
CMYK 0 0.05 0.05 0.53
HSL 0.03% 0.45% -
HSV(B) 0.05% 0.47% -
XYZ 16.49 16.92 18.02 -
YUV 114.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 119 113 113 0 0.05 0.05 0.53 0 0.03 0.45
Hex 77 71 71 0 5 5 35 0 3 2D
Octal 167 161 161 0 5 5 65 0 3 55
Binary 1110111 1110001 1110001 0 101 101 110101 0 11 101101

Color Harmonies of #777171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777171

Black with #777171

Text Example


Text Example

White with #777171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777171; }

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

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

background-color css

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

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

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

border-color css

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

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

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