Html Css Color HEX #778C7C Blue Smoke

📋 copy color: '#778C7C'

red 119 ◦ green 140 ◦ blue 124

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

Shades of Blue Smoke #778C7C

Tints of Blue Smoke #778C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 31.07%
G = 36.55%
B = 32.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#778C7C (or 0x778C7C) is known color: Blue Smoke. HEX triplet: 77, 8C and 7C. RGB value is (119,140,124). Sum of RGB (Red+Green+Blue) = 119+140+124=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 140 - color contains mainly: green. Hex color #778C7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778C7C is #887383. Grayscale: #838383. Windows color (decimal): -8942468 or 8162423. OLE color: 8162423.

HSL color Cylindrical-coordinate representation of color #778C7C: hue angle of 134.29º 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 #778C7C is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 140 124 -
CMYK 0.15 0 0.11 0.45
HSL 134.29º 0.08% 0.51% -
HSV(B) 134.29º 0.15% 0.55% -
XYZ 20.62 24.13 22.64 -
YUV 131.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 119 140 124 0.15 0 0.11 0.45 134.29 0.08 0.51
Hex 77 8C 7C F 0 B 2D 86 8 33
Octal 167 214 174 17 0 13 55 206 10 63
Binary 1110111 10001100 1111100 1111 0 1011 101101 10000110 1000 110011

Color Harmonies of #778C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778C7C

Black with #778C7C

Text Example


Text Example

White with #778C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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