#767D78

Color #767D78 Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #767D78

Tints of Blue Smoke #767D78

Color information

#767D78 (or 0x767D78) is unknown color: approx Blue Smoke. HEX triplet: 76, 7D and 78. RGB value is (118,125,120). Sum of RGB (Red+Green+Blue) = 118+125+120=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 125 - color contains mainly: green. Hex color #767D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767D78 is #898287. Grayscale: #7A7A7A. Windows color (decimal): -9011848 or 7896438. OLE color: 7896438.

HSL color Cylindrical-coordinate representation of color #767D78: hue angle of 137.14º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #767D78 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB118125120-
CMYK0.0600.040.51
HSL137.14º2.88%47.65%-
HSV(B)137.14º5.6%49.02%-
XYZ18.1919.8720.65-
YUV122.34126.68124.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.51%
GREEN value IS 125 (49.22% from 255) = 34.44%
BLUE value IS 120 (47.27% from 255) = 33.06%
R=32.51%
G=34.44%
B=33.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181251200.0600.040.51137.142.8847.65
Hex767D786043389330
Octal16617517060463211360
Binary11101101111101111100011001001100111000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767D78; }

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

 H1.HeaderClassName
 {
   color: #767D78;
 }
 .AnyTagClassName
 {
   color: #767D78;
 }
</style>
background-color css

<style>
 a { background-color: #767D78; }

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

 div.DivClassName
 {
   background-color: #767D78;
 }
 .BgClassName
 {
   background-color: #767D78;
 }
</style>
border-color css

<style>
 span { border-color: #767D78; }

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

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