Html Css Color HEX #78907F Blue Smoke

📋 copy color: '#78907F'

red 120 ◦ green 144 ◦ blue 127

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

Shades of Blue Smoke #78907F

Tints of Blue Smoke #78907F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.83%

 BLUE value IS 127 (50% from 255) = 32.48%

R = 30.69%
G = 36.83%
B = 32.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#78907F (or 0x78907F) is known color: Blue Smoke. HEX triplet: 78, 90 and 7F. RGB value is (120,144,127). Sum of RGB (Red+Green+Blue) = 120+144+127=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 144 - color contains mainly: green. Hex color #78907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78907F is #876F80. Grayscale: #868686. Windows color (decimal): -8875905 or 8360056. OLE color: 8360056.

HSL color Cylindrical-coordinate representation of color #78907F: hue angle of 137.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #78907F is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 144 127 -
CMYK 0.17 0 0.12 0.44
HSL 137.5º 0.1% 0.52% -
HSV(B) 137.5º 0.17% 0.56% -
XYZ 21.55 25.47 23.86 -
YUV 134.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 120 144 127 0.17 0 0.12 0.44 137.5 0.1 0.52
Hex 78 90 7F 11 0 C 2C 8A A 34
Octal 170 220 177 21 0 14 54 212 12 64
Binary 1111000 10010000 1111111 10001 0 1100 101100 10001010 1010 110100

Color Harmonies of #78907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78907F

Black with #78907F

Text Example


Text Example

White with #78907F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78907F; }

 p { color: rgb(120,144,127); }

 H1.HeaderClassName
 {
   color: #78907F;
 }
 .AnyTagClassName
 {
   color: #78907F;
 }
</style>

background-color css

<style>
 a { background-color: #78907F; }

 a { background-color: rgb(120,144,127); }

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

border-color css

<style>
 span { border-color: #78907F; }

 span { border-color: rgb(120,144,127); }

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