Html Css Color HEX #78887A Blue Smoke

📋 copy color: '#78887A'

red 120 ◦ green 136 ◦ blue 122

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

Shades of Blue Smoke #78887A

Tints of Blue Smoke #78887A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.98%

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

R = 31.75%
G = 35.98%
B = 32.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#78887A (or 0x78887A) is known color: Blue Smoke. HEX triplet: 78, 88 and 7A. RGB value is (120,136,122). Sum of RGB (Red+Green+Blue) = 120+136+122=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 136 - color contains mainly: green. Hex color #78887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78887A is #877785. Grayscale: #818181. Windows color (decimal): -8877958 or 8030328. OLE color: 8030328.

HSL color Cylindrical-coordinate representation of color #78887A: hue angle of 127.5º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #78887A is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 136 122 -
CMYK 0.12 0 0.10 0.47
HSL 127.5º 0.06% 0.5% -
HSV(B) 127.5º 0.12% 0.53% -
XYZ 20.06 23.01 21.8 -
YUV 129.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 120 136 122 0.12 0 0.10 0.47 127.5 0.06 0.5
Hex 78 88 7A C 0 A 2F 80 6 32
Octal 170 210 172 14 0 12 57 200 6 62
Binary 1111000 10001000 1111010 1100 0 1010 101111 10000000 110 110010

Color Harmonies of #78887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78887A

Black with #78887A

Text Example


Text Example

White with #78887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78887A; }

 p { color: rgb(120,136,122); }

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

background-color css

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

 a { background-color: rgb(120,136,122); }

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

border-color css

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

 span { border-color: rgb(120,136,122); }

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