Html Css Color HEX #78897B Blue Smoke

📋 copy color: '#78897B'

red 120 ◦ green 137 ◦ blue 123

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

Shades of Blue Smoke #78897B

Tints of Blue Smoke #78897B

RGB

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

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

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

R = 31.58%
G = 36.05%
B = 32.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#78897B (or 0x78897B) is known color: Blue Smoke. HEX triplet: 78, 89 and 7B. RGB value is (120,137,123). Sum of RGB (Red+Green+Blue) = 120+137+123=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 137 - color contains mainly: green. Hex color #78897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78897B is #877684. Grayscale: #828282. Windows color (decimal): -8877701 or 8096120. OLE color: 8096120.

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

Color convert

RGB 120 137 123 -
CMYK 0.12 0 0.10 0.46
HSL 130.59º 0.07% 0.5% -
HSV(B) 130.59º 0.12% 0.54% -
XYZ 20.27 23.31 22.17 -
YUV 130.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 120 137 123 0.12 0 0.10 0.46 130.59 0.07 0.5
Hex 78 89 7B C 0 A 2E 83 7 32
Octal 170 211 173 14 0 12 56 203 7 62
Binary 1111000 10001001 1111011 1100 0 1010 101110 10000011 111 110010

Color Harmonies of #78897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78897B

Black with #78897B

Text Example


Text Example

White with #78897B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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