Html Css Color HEX #778079 Blue Smoke

📋 copy color: '#778079'

red 119 ◦ green 128 ◦ blue 121

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

Shades of Blue Smoke #778079

Tints of Blue Smoke #778079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.78%

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

R = 32.34%
G = 34.78%
B = 32.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#778079 (or 0x778079) is known color: Blue Smoke. HEX triplet: 77, 80 and 79. RGB value is (119,128,121). Sum of RGB (Red+Green+Blue) = 119+128+121=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 128 - color contains mainly: green. Hex color #778079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778079 is #887F86. Grayscale: #7C7C7C. Windows color (decimal): -8945543 or 7962743. OLE color: 7962743.

HSL color Cylindrical-coordinate representation of color #778079: hue angle of 133.33º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #778079 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 128 121 -
CMYK 0.07 0 0.05 0.50
HSL 133.33º 0.04% 0.48% -
HSV(B) 133.33º 0.07% 0.5% -
XYZ 18.78 20.74 21.1 -
YUV 124.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 119 128 121 0.07 0 0.05 0.50 133.33 0.04 0.48
Hex 77 80 79 7 0 5 32 85 4 30
Octal 167 200 171 7 0 5 62 205 4 60
Binary 1110111 10000000 1111001 111 0 101 110010 10000101 100 110000

Color Harmonies of #778079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778079

Black with #778079

Text Example


Text Example

White with #778079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778079; }

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

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

background-color css

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

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

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

border-color css

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

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

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