Html Css Color HEX #777777 Grey

📋 copy color: '#777777'

red 119 ◦ green 119 ◦ blue 119

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

Shades of Grey #777777

Tints of Grey #777777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.33%

 BLUE value IS 119 (46.88% from 255) = 33.33%

R = 33.33%
G = 33.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#777777 (or 0x777777) is known color: Grey. HEX triplet: 77, 77 and 77. RGB value is (119,119,119). Sum of RGB (Red+Green+Blue) = 119+119+119=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 119 - color contains mainly: red, green, blue. Hex color #777777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777777 is #888888. Grayscale: #777777. Windows color (decimal): -8947849 or 7829367. OLE color: 7829367.

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

Color convert

RGB 119 119 119 -
CMYK 0 0 0 0.53
HSL 0% 0.47% -
HSV(B) 0% 0.47% -
XYZ 17.53 18.45 20.09 -
YUV 119 128 128 -
System Red Green Blue C M Y K H S L
Decimal 119 119 119 0 0 0 0.53 0 0 0.47
Hex 77 77 77 0 0 0 35 0 0 2F
Octal 167 167 167 0 0 0 65 0 0 57
Binary 1110111 1110111 1110111 0 0 0 110101 0 0 101111

Color Harmonies of #777777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777777

Black with #777777

Text Example


Text Example

White with #777777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777777; }

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

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

background-color css

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

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

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

border-color css

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

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

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