Html Css Color HEX #788C80 Blue Smoke

📋 copy color: '#788C80'

red 120 ◦ green 140 ◦ blue 128

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

Shades of Blue Smoke #788C80

Tints of Blue Smoke #788C80

RGB

 RED value IS 120 (47.27% from 255) = 30.93%

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

 BLUE value IS 128 (50.39% from 255) = 32.99%

R = 30.93%
G = 36.08%
B = 32.99%

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

#788C80 (or 0x788C80) is known color: Blue Smoke. HEX triplet: 78, 8C and 80. RGB value is (120,140,128). Sum of RGB (Red+Green+Blue) = 120+140+128=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 140 - color contains mainly: green. Hex color #788C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788C80 is #87737F. Grayscale: #848484. Windows color (decimal): -8876928 or 8424568. OLE color: 8424568.

HSL color Cylindrical-coordinate representation of color #788C80: hue angle of 144º 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 #788C80 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 140 128 -
CMYK 0.14 0 0.09 0.45
HSL 144º 0.08% 0.51% -
HSV(B) 144º 0.14% 0.55% -
XYZ 21.02 24.31 24.01 -
YUV 132.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 120 140 128 0.14 0 0.09 0.45 144 0.08 0.51
Hex 78 8C 80 E 0 9 2D 90 8 33
Octal 170 214 200 16 0 11 55 220 10 63
Binary 1111000 10001100 10000000 1110 0 1001 101101 10010000 1000 110011

Color Harmonies of #788C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788C80

Black with #788C80

Text Example


Text Example

White with #788C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788C80; }

 p { color: rgb(120,140,128); }

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

background-color css

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

 a { background-color: rgb(120,140,128); }

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

border-color css

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

 span { border-color: rgb(120,140,128); }

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