Html Css Color HEX #778C7A Blue Smoke

📋 copy color: '#778C7A'

red 119 ◦ green 140 ◦ blue 122

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

Shades of Blue Smoke #778C7A

Tints of Blue Smoke #778C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.75%

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 31.23%
G = 36.75%
B = 32.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#778C7A (or 0x778C7A) is known color: Blue Smoke. HEX triplet: 77, 8C and 7A. RGB value is (119,140,122). Sum of RGB (Red+Green+Blue) = 119+140+122=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 140 - color contains mainly: green. Hex color #778C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778C7A is #887385. Grayscale: #838383. Windows color (decimal): -8942470 or 8031351. OLE color: 8031351.

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

Color convert

RGB 119 140 122 -
CMYK 0.15 0 0.13 0.45
HSL 128.57º 0.08% 0.51% -
HSV(B) 128.57º 0.15% 0.55% -
XYZ 20.5 24.08 21.98 -
YUV 131.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 119 140 122 0.15 0 0.13 0.45 128.57 0.08 0.51
Hex 77 8C 7A F 0 D 2D 81 8 33
Octal 167 214 172 17 0 15 55 201 10 63
Binary 1110111 10001100 1111010 1111 0 1101 101101 10000001 1000 110011

Color Harmonies of #778C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778C7A

Black with #778C7A

Text Example


Text Example

White with #778C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,140,122); }

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

background-color css

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

 a { background-color: rgb(119,140,122); }

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

border-color css

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

 span { border-color: rgb(119,140,122); }

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