Html Css Color HEX #78897D Blue Smoke

📋 copy color: '#78897D'

red 120 ◦ green 137 ◦ blue 125

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

Shades of Blue Smoke #78897D

Tints of Blue Smoke #78897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.86%

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

R = 31.41%
G = 35.86%
B = 32.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#78897D (or 0x78897D) is known color: Blue Smoke. HEX triplet: 78, 89 and 7D. RGB value is (120,137,125). Sum of RGB (Red+Green+Blue) = 120+137+125=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 137 - color contains mainly: green. Hex color #78897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78897D is #877682. Grayscale: #828282. Windows color (decimal): -8877699 or 8227192. OLE color: 8227192.

HSL color Cylindrical-coordinate representation of color #78897D: hue angle of 137.65º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #78897D is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 137 125 -
CMYK 0.12 0 0.09 0.46
HSL 137.65º 0.07% 0.5% -
HSV(B) 137.65º 0.12% 0.54% -
XYZ 20.39 23.37 22.84 -
YUV 130.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 120 137 125 0.12 0 0.09 0.46 137.65 0.07 0.5
Hex 78 89 7D C 0 9 2E 8A 7 32
Octal 170 211 175 14 0 11 56 212 7 62
Binary 1111000 10001001 1111101 1100 0 1001 101110 10001010 111 110010

Color Harmonies of #78897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78897D

Black with #78897D

Text Example


Text Example

White with #78897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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