Html Css Color HEX #78867D Blue Smoke

📋 copy color: '#78867D'

red 120 ◦ green 134 ◦ blue 125

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

Shades of Blue Smoke #78867D

Tints of Blue Smoke #78867D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.36%

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 31.66%
G = 35.36%
B = 32.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#78867D (or 0x78867D) is known color: Blue Smoke. HEX triplet: 78, 86 and 7D. RGB value is (120,134,125). Sum of RGB (Red+Green+Blue) = 120+134+125=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 134 - color contains mainly: green. Hex color #78867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78867D is #877982. Grayscale: #808080. Windows color (decimal): -8878467 or 8226424. OLE color: 8226424.

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

Color convert

RGB 120 134 125 -
CMYK 0.10 0 0.07 0.47
HSL 141.43º 0.06% 0.5% -
HSV(B) 141.43º 0.1% 0.53% -
XYZ 19.97 22.52 22.7 -
YUV 128.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 120 134 125 0.10 0 0.07 0.47 141.43 0.06 0.5
Hex 78 86 7D A 0 7 2F 8D 6 32
Octal 170 206 175 12 0 7 57 215 6 62
Binary 1111000 10000110 1111101 1010 0 111 101111 10001101 110 110010

Color Harmonies of #78867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78867D

Black with #78867D

Text Example


Text Example

White with #78867D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78867D; }

 p { color: rgb(120,134,125); }

 H1.HeaderClassName
 {
   color: #78867D;
 }
 .AnyTagClassName
 {
   color: #78867D;
 }
</style>

background-color css

<style>
 a { background-color: #78867D; }

 a { background-color: rgb(120,134,125); }

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

border-color css

<style>
 span { border-color: #78867D; }

 span { border-color: rgb(120,134,125); }

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