Html Css Color HEX #778579 Blue Smoke

📋 copy color: '#778579'

red 119 ◦ green 133 ◦ blue 121

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

Shades of Blue Smoke #778579

Tints of Blue Smoke #778579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.66%

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

R = 31.9%
G = 35.66%
B = 32.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#778579 (or 0x778579) is known color: Blue Smoke. HEX triplet: 77, 85 and 79. RGB value is (119,133,121). Sum of RGB (Red+Green+Blue) = 119+133+121=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 133 - color contains mainly: green. Hex color #778579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778579 is #887A86. Grayscale: #7F7F7F. Windows color (decimal): -8944263 or 7964023. OLE color: 7964023.

HSL color Cylindrical-coordinate representation of color #778579: hue angle of 128.57º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #778579 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 133 121 -
CMYK 0.11 0 0.09 0.48
HSL 128.57º 0.06% 0.49% -
HSV(B) 128.57º 0.11% 0.52% -
XYZ 19.45 22.08 21.33 -
YUV 127.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 119 133 121 0.11 0 0.09 0.48 128.57 0.06 0.49
Hex 77 85 79 B 0 9 30 81 6 31
Octal 167 205 171 13 0 11 60 201 6 61
Binary 1110111 10000101 1111001 1011 0 1001 110000 10000001 110 110001

Color Harmonies of #778579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778579

Black with #778579

Text Example


Text Example

White with #778579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778579; }

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

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

background-color css

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

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

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

border-color css

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

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

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