Html Css Color HEX #78867B Blue Smoke

📋 copy color: '#78867B'

red 120 ◦ green 134 ◦ blue 123

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

Shades of Blue Smoke #78867B

Tints of Blue Smoke #78867B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.63%

R = 31.83%
G = 35.54%
B = 32.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#78867B (or 0x78867B) is known color: Blue Smoke. HEX triplet: 78, 86 and 7B. RGB value is (120,134,123). Sum of RGB (Red+Green+Blue) = 120+134+123=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 134 - color contains mainly: green. Hex color #78867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78867B is #877984. Grayscale: #808080. Windows color (decimal): -8878469 or 8095352. OLE color: 8095352.

HSL color Cylindrical-coordinate representation of color #78867B: hue angle of 132.86º 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 #78867B is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 134 123 -
CMYK 0.10 0 0.08 0.47
HSL 132.86º 0.06% 0.5% -
HSV(B) 132.86º 0.1% 0.53% -
XYZ 19.85 22.47 22.03 -
YUV 128.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 120 134 123 0.10 0 0.08 0.47 132.86 0.06 0.5
Hex 78 86 7B A 0 8 2F 85 6 32
Octal 170 206 173 12 0 10 57 205 6 62
Binary 1111000 10000110 1111011 1010 0 1000 101111 10000101 110 110010

Color Harmonies of #78867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78867B

Black with #78867B

Text Example


Text Example

White with #78867B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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