#767A77

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

Shades of Blue Smoke #767A77

Tints of Blue Smoke #767A77

Color information

#767A77 (or 0x767A77) is unknown color: approx Blue Smoke. HEX triplet: 76, 7A and 77. RGB value is (118,122,119). Sum of RGB (Red+Green+Blue) = 118+122+119=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 122 - color contains mainly: green. Hex color #767A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767A77 is #898588. Grayscale: #787878. Windows color (decimal): -9012617 or 7830134. OLE color: 7830134.

HSL color Cylindrical-coordinate representation of color #767A77: hue angle of 135º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #767A77 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB118122119-
CMYK0.0300.020.52
HSL135º1.67%47.06%-
HSV(B)135º3.28%47.84%-
XYZ17.7619.120.2-
YUV120.46127.17126.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.87%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 119 (46.88% from 255) = 33.15%
R=32.87%
G=33.98%
B=33.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181221190.0300.020.521351.6747.06
Hex767A77302348722f
Octal16617216730264207257
Binary111011011110101110111110101101001000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,122,119); }

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

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

 a { background-color: rgb(118,122,119); }

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

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

 span { border-color: rgb(118,122,119); }

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