Html Css Color HEX #778178 Blue Smoke

📋 copy color: '#778178'

red 119 ◦ green 129 ◦ blue 120

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

Shades of Blue Smoke #778178

Tints of Blue Smoke #778178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.61%

R = 32.34%
G = 35.05%
B = 32.61%

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

#778178 (or 0x778178) is known color: Blue Smoke. HEX triplet: 77, 81 and 78. RGB value is (119,129,120). Sum of RGB (Red+Green+Blue) = 119+129+120=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 129 - color contains mainly: green. Hex color #778178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778178 is #887E87. Grayscale: #7D7D7D. Windows color (decimal): -8945288 or 7897463. OLE color: 7897463.

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

Color convert

RGB 119 129 120 -
CMYK 0.08 0 0.07 0.49
HSL 126º 0.04% 0.49% -
HSV(B) 126º 0.08% 0.51% -
XYZ 18.85 20.98 20.83 -
YUV 124.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 119 129 120 0.08 0 0.07 0.49 126 0.04 0.49
Hex 77 81 78 8 0 7 31 7E 4 31
Octal 167 201 170 10 0 7 61 176 4 61
Binary 1110111 10000001 1111000 1000 0 111 110001 1111110 100 110001

Color Harmonies of #778178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778178

Black with #778178

Text Example


Text Example

White with #778178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778178; }

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

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

background-color css

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

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

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

border-color css

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

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

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