Html Css Color HEX #78877A Blue Smoke

📋 copy color: '#78877A'

red 120 ◦ green 135 ◦ blue 122

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

Shades of Blue Smoke #78877A

Tints of Blue Smoke #78877A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.81%

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

R = 31.83%
G = 35.81%
B = 32.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#78877A (or 0x78877A) is known color: Blue Smoke. HEX triplet: 78, 87 and 7A. RGB value is (120,135,122). Sum of RGB (Red+Green+Blue) = 120+135+122=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 135 - color contains mainly: green. Hex color #78877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78877A is #877885. Grayscale: #818181. Windows color (decimal): -8878214 or 8030072. OLE color: 8030072.

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

Color convert

RGB 120 135 122 -
CMYK 0.11 0 0.10 0.47
HSL 128º 0.06% 0.5% -
HSV(B) 128º 0.11% 0.53% -
XYZ 19.92 22.73 21.75 -
YUV 129.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 120 135 122 0.11 0 0.10 0.47 128 0.06 0.5
Hex 78 87 7A B 0 A 2F 80 6 32
Octal 170 207 172 13 0 12 57 200 6 62
Binary 1111000 10000111 1111010 1011 0 1010 101111 10000000 110 110010

Color Harmonies of #78877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78877A

Black with #78877A

Text Example


Text Example

White with #78877A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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