Html Css Color HEX #777D79 Blue Smoke

📋 copy color: '#777D79'

red 119 ◦ green 125 ◦ blue 121

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

Shades of Blue Smoke #777D79

Tints of Blue Smoke #777D79

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.25%

 BLUE value IS 121 (47.66% from 255) = 33.15%

R = 32.6%
G = 34.25%
B = 33.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#777D79 (or 0x777D79) is known color: Blue Smoke. HEX triplet: 77, 7D and 79. RGB value is (119,125,121). Sum of RGB (Red+Green+Blue) = 119+125+121=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 125 - color contains mainly: green. Hex color #777D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777D79 is #888286. Grayscale: #7A7A7A. Windows color (decimal): -8946311 or 7961975. OLE color: 7961975.

HSL color Cylindrical-coordinate representation of color #777D79: hue angle of 140º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #777D79 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 125 121 -
CMYK 0.05 0 0.03 0.51
HSL 140º 0.02% 0.48% -
HSV(B) 140º 0.05% 0.49% -
XYZ 18.39 19.97 20.97 -
YUV 122.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 119 125 121 0.05 0 0.03 0.51 140 0.02 0.48
Hex 77 7D 79 5 0 3 33 8C 2 30
Octal 167 175 171 5 0 3 63 214 2 60
Binary 1110111 1111101 1111001 101 0 11 110011 10001100 10 110000

Color Harmonies of #777D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777D79

Black with #777D79

Text Example


Text Example

White with #777D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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