Html Css Color HEX #777373 Dim Gray

📋 copy color: '#777373'

red 119 ◦ green 115 ◦ blue 115

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

Shades of Dim Gray #777373

Tints of Dim Gray #777373

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.95%

 BLUE value IS 115 (45.31% from 255) = 32.95%

R = 34.1%
G = 32.95%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#777373 (or 0x777373) is known color: Dim Gray. HEX triplet: 77, 73 and 73. RGB value is (119,115,115). Sum of RGB (Red+Green+Blue) = 119+115+115=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 119 - color contains mainly: red. Hex color #777373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777373 is #888C8C. Grayscale: #747474. Windows color (decimal): -8948877 or 7566199. OLE color: 7566199.

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

Color convert

RGB 119 115 115 -
CMYK 0 0.03 0.03 0.53
HSL 0.02% 0.46% -
HSV(B) 0.03% 0.47% -
XYZ 16.83 17.42 18.7 -
YUV 116.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 119 115 115 0 0.03 0.03 0.53 0 0.02 0.46
Hex 77 73 73 0 3 3 35 0 2 2E
Octal 167 163 163 0 3 3 65 0 2 56
Binary 1110111 1110011 1110011 0 11 11 110101 0 10 101110

Color Harmonies of #777373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777373

Black with #777373

Text Example


Text Example

White with #777373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777373; }

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

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

background-color css

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

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

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

border-color css

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

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

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