Html Css Color HEX #778679 Blue Smoke

📋 copy color: '#778679'

red 119 ◦ green 134 ◦ blue 121

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

Shades of Blue Smoke #778679

Tints of Blue Smoke #778679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.83%

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

R = 31.82%
G = 35.83%
B = 32.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#778679 (or 0x778679) is known color: Blue Smoke. HEX triplet: 77, 86 and 79. RGB value is (119,134,121). Sum of RGB (Red+Green+Blue) = 119+134+121=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 134 - color contains mainly: green. Hex color #778679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778679 is #887986. Grayscale: #808080. Windows color (decimal): -8944007 or 7964279. OLE color: 7964279.

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

Color convert

RGB 119 134 121 -
CMYK 0.11 0 0.10 0.47
HSL 128º 0.06% 0.5% -
HSV(B) 128º 0.11% 0.53% -
XYZ 19.58 22.35 21.37 -
YUV 128.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 119 134 121 0.11 0 0.10 0.47 128 0.06 0.5
Hex 77 86 79 B 0 A 2F 80 6 32
Octal 167 206 171 13 0 12 57 200 6 62
Binary 1110111 10000110 1111001 1011 0 1010 101111 10000000 110 110010

Color Harmonies of #778679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778679

Black with #778679

Text Example


Text Example

White with #778679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778679; }

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

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

background-color css

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

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

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

border-color css

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

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

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