Html Css Color HEX #778179 Blue Smoke

📋 copy color: '#778179'

red 119 ◦ green 129 ◦ blue 121

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

Shades of Blue Smoke #778179

Tints of Blue Smoke #778179

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

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

R = 32.25%
G = 34.96%
B = 32.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#778179 (or 0x778179) is known color: Blue Smoke. HEX triplet: 77, 81 and 79. RGB value is (119,129,121). Sum of RGB (Red+Green+Blue) = 119+129+121=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 129 - color contains mainly: green. Hex color #778179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778179 is #887E86. Grayscale: #7D7D7D. Windows color (decimal): -8945287 or 7962999. OLE color: 7962999.

HSL color Cylindrical-coordinate representation of color #778179: hue angle of 132º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #778179 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 129 121 -
CMYK 0.08 0 0.06 0.49
HSL 132º 0.04% 0.49% -
HSV(B) 132º 0.08% 0.51% -
XYZ 18.91 21 21.15 -
YUV 125.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 119 129 121 0.08 0 0.06 0.49 132 0.04 0.49
Hex 77 81 79 8 0 6 31 84 4 31
Octal 167 201 171 10 0 6 61 204 4 61
Binary 1110111 10000001 1111001 1000 0 110 110001 10000100 100 110001

Color Harmonies of #778179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778179

Black with #778179

Text Example


Text Example

White with #778179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778179; }

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

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

background-color css

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

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

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

border-color css

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

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

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