#767C77

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

Shades of Blue Smoke #767C77

Tints of Blue Smoke #767C77

Color information

#767C77 (or 0x767C77) is unknown color: approx Blue Smoke. HEX triplet: 76, 7C and 77. RGB value is (118,124,119). Sum of RGB (Red+Green+Blue) = 118+124+119=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 124 - color contains mainly: green. Hex color #767C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C77 is #898388. Grayscale: #797979. Windows color (decimal): -9012105 or 7830646. OLE color: 7830646.

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

Color convert

RGB118124119-
CMYK0.0500.040.51
HSL130º2.48%47.45%-
HSV(B)130º4.84%48.63%-
XYZ18.0119.620.29-
YUV121.64126.51125.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.69%
GREEN value IS 124 (48.83% from 255) = 34.35%
BLUE value IS 119 (46.88% from 255) = 32.96%
R=32.69%
G=34.35%
B=32.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181241190.0500.040.511302.4847.45
Hex767C77504338222f
Octal16617416750463202257
Binary11101101111100111011110101001100111000001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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