Html Css Color HEX #778B7E Blue Smoke

📋 copy color: '#778B7E'

red 119 ◦ green 139 ◦ blue 126

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

Shades of Blue Smoke #778B7E

Tints of Blue Smoke #778B7E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.2%

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 30.99%
G = 36.2%
B = 32.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#778B7E (or 0x778B7E) is known color: Blue Smoke. HEX triplet: 77, 8B and 7E. RGB value is (119,139,126). Sum of RGB (Red+Green+Blue) = 119+139+126=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 139 - color contains mainly: green. Hex color #778B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778B7E is #887481. Grayscale: #838383. Windows color (decimal): -8942722 or 8293239. OLE color: 8293239.

HSL color Cylindrical-coordinate representation of color #778B7E: hue angle of 141º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #778B7E is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 139 126 -
CMYK 0.14 0 0.09 0.45
HSL 141º 0.08% 0.51% -
HSV(B) 141º 0.14% 0.55% -
XYZ 20.61 23.89 23.26 -
YUV 131.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 119 139 126 0.14 0 0.09 0.45 141 0.08 0.51
Hex 77 8B 7E E 0 9 2D 8D 8 33
Octal 167 213 176 16 0 11 55 215 10 63
Binary 1110111 10001011 1111110 1110 0 1001 101101 10001101 1000 110011

Color Harmonies of #778B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778B7E

Black with #778B7E

Text Example


Text Example

White with #778B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778B7E; }

 p { color: rgb(119,139,126); }

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

background-color css

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

 a { background-color: rgb(119,139,126); }

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

border-color css

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

 span { border-color: rgb(119,139,126); }

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