Html Css Color HEX #778879 Blue Smoke

📋 copy color: '#778879'

red 119 ◦ green 136 ◦ blue 121

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

Shades of Blue Smoke #778879

Tints of Blue Smoke #778879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.17%

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

R = 31.65%
G = 36.17%
B = 32.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#778879 (or 0x778879) is known color: Blue Smoke. HEX triplet: 77, 88 and 79. RGB value is (119,136,121). Sum of RGB (Red+Green+Blue) = 119+136+121=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 136 - color contains mainly: green. Hex color #778879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778879 is #887786. Grayscale: #818181. Windows color (decimal): -8943495 or 7964791. OLE color: 7964791.

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

Color convert

RGB 119 136 121 -
CMYK 0.12 0 0.11 0.47
HSL 127.06º 0.07% 0.5% -
HSV(B) 127.06º 0.13% 0.53% -
XYZ 19.86 22.91 21.46 -
YUV 129.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 119 136 121 0.12 0 0.11 0.47 127.06 0.07 0.5
Hex 77 88 79 C 0 B 2F 7F 7 32
Octal 167 210 171 14 0 13 57 177 7 62
Binary 1110111 10001000 1111001 1100 0 1011 101111 1111111 111 110010

Color Harmonies of #778879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778879

Black with #778879

Text Example


Text Example

White with #778879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778879; }

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

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

background-color css

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

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

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

border-color css

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

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

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