Html Css Color HEX #78917E Blue Smoke

📋 copy color: '#78917E'

red 120 ◦ green 145 ◦ blue 126

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

Shades of Blue Smoke #78917E

Tints of Blue Smoke #78917E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.08%

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 30.69%
G = 37.08%
B = 32.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#78917E (or 0x78917E) is known color: Blue Smoke. HEX triplet: 78, 91 and 7E. RGB value is (120,145,126). Sum of RGB (Red+Green+Blue) = 120+145+126=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #78917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78917E is #876E81. Grayscale: #878787. Windows color (decimal): -8875650 or 8294776. OLE color: 8294776.

HSL color Cylindrical-coordinate representation of color #78917E: hue angle of 134.4º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #78917E is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 145 126 -
CMYK 0.17 0 0.13 0.43
HSL 134.4º 0.1% 0.52% -
HSV(B) 134.4º 0.17% 0.57% -
XYZ 21.64 25.75 23.57 -
YUV 135.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 120 145 126 0.17 0 0.13 0.43 134.4 0.1 0.52
Hex 78 91 7E 11 0 D 2B 86 A 34
Octal 170 221 176 21 0 15 53 206 12 64
Binary 1111000 10010001 1111110 10001 0 1101 101011 10000110 1010 110100

Color Harmonies of #78917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78917E

Black with #78917E

Text Example


Text Example

White with #78917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78917E; }

 p { color: rgb(120,145,126); }

 H1.HeaderClassName
 {
   color: #78917E;
 }
 .AnyTagClassName
 {
   color: #78917E;
 }
</style>

background-color css

<style>
 a { background-color: #78917E; }

 a { background-color: rgb(120,145,126); }

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

border-color css

<style>
 span { border-color: #78917E; }

 span { border-color: rgb(120,145,126); }

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