Html Css Color HEX #78887E Blue Smoke

📋 copy color: '#78887E'

red 120 ◦ green 136 ◦ blue 126

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

Shades of Blue Smoke #78887E

Tints of Blue Smoke #78887E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.98%

R = 31.41%
G = 35.6%
B = 32.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#78887E (or 0x78887E) is known color: Blue Smoke. HEX triplet: 78, 88 and 7E. RGB value is (120,136,126). Sum of RGB (Red+Green+Blue) = 120+136+126=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 136 - color contains mainly: green. Hex color #78887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78887E is #877781. Grayscale: #828282. Windows color (decimal): -8877954 or 8292472. OLE color: 8292472.

HSL color Cylindrical-coordinate representation of color #78887E: hue angle of 142.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 #78887E is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 136 126 -
CMYK 0.12 0 0.07 0.47
HSL 142.5º 0.06% 0.5% -
HSV(B) 142.5º 0.12% 0.53% -
XYZ 20.32 23.11 23.13 -
YUV 130.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 120 136 126 0.12 0 0.07 0.47 142.5 0.06 0.5
Hex 78 88 7E C 0 7 2F 8E 6 32
Octal 170 210 176 14 0 7 57 216 6 62
Binary 1111000 10001000 1111110 1100 0 111 101111 10001110 110 110010

Color Harmonies of #78887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78887E

Black with #78887E

Text Example


Text Example

White with #78887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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