Html Css Color HEX #778278 Blue Smoke

📋 copy color: '#778278'

red 119 ◦ green 130 ◦ blue 120

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

Shades of Blue Smoke #778278

Tints of Blue Smoke #778278

RGB

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

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

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

R = 32.25%
G = 35.23%
B = 32.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#778278 (or 0x778278) is known color: Blue Smoke. HEX triplet: 77, 82 and 78. RGB value is (119,130,120). Sum of RGB (Red+Green+Blue) = 119+130+120=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 130 - color contains mainly: green. Hex color #778278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778278 is #887D87. Grayscale: #7D7D7D. Windows color (decimal): -8945032 or 7897719. OLE color: 7897719.

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

Color convert

RGB 119 130 120 -
CMYK 0.08 0 0.08 0.49
HSL 125.45º 0.04% 0.49% -
HSV(B) 125.45º 0.08% 0.51% -
XYZ 18.98 21.24 20.87 -
YUV 125.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 119 130 120 0.08 0 0.08 0.49 125.45 0.04 0.49
Hex 77 82 78 8 0 8 31 7D 4 31
Octal 167 202 170 10 0 10 61 175 4 61
Binary 1110111 10000010 1111000 1000 0 1000 110001 1111101 100 110001

Color Harmonies of #778278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778278

Black with #778278

Text Example


Text Example

White with #778278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778278; }

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

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

background-color css

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

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

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

border-color css

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

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

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