Html Css Color HEX #778279 Blue Smoke

📋 copy color: '#778279'

red 119 ◦ green 130 ◦ blue 121

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

Shades of Blue Smoke #778279

Tints of Blue Smoke #778279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.14%

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

R = 32.16%
G = 35.14%
B = 32.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#778279 (or 0x778279) is known color: Blue Smoke. HEX triplet: 77, 82 and 79. RGB value is (119,130,121). Sum of RGB (Red+Green+Blue) = 119+130+121=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 130 - color contains mainly: green. Hex color #778279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778279 is #887D86. Grayscale: #7D7D7D. Windows color (decimal): -8945031 or 7963255. OLE color: 7963255.

HSL color Cylindrical-coordinate representation of color #778279: hue angle of 130.91º 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 #778279 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 130 121 -
CMYK 0.08 0 0.07 0.49
HSL 130.91º 0.04% 0.49% -
HSV(B) 130.91º 0.08% 0.51% -
XYZ 19.04 21.27 21.19 -
YUV 125.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 119 130 121 0.08 0 0.07 0.49 130.91 0.04 0.49
Hex 77 82 79 8 0 7 31 83 4 31
Octal 167 202 171 10 0 7 61 203 4 61
Binary 1110111 10000010 1111001 1000 0 111 110001 10000011 100 110001

Color Harmonies of #778279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778279

Black with #778279

Text Example


Text Example

White with #778279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778279; }

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

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

background-color css

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

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

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

border-color css

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

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

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