#76867C

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

Shades of Blue Smoke #76867C

Tints of Blue Smoke #76867C

Color information

#76867C (or 0x76867C) is unknown color: approx Blue Smoke. HEX triplet: 76, 86 and 7C. RGB value is (118,134,124). Sum of RGB (Red+Green+Blue) = 118+134+124=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #76867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76867C is #897983. Grayscale: #808080. Windows color (decimal): -9009540 or 8160886. OLE color: 8160886.

HSL color Cylindrical-coordinate representation of color #76867C: hue angle of 142.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #76867C is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB118134124-
CMYK0.1200.070.47
HSL142.5º6.35%49.41%-
HSV(B)142.5º11.94%52.55%-
XYZ19.6322.3622.35-
YUV128.08125.7120.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.38%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 124 (48.83% from 255) = 32.98%
R=31.38%
G=35.64%
B=32.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181341240.1200.070.47142.56.3549.41
Hex76867CC072F8e631
Octal166206174140757216661
Binary11101101000011011111001100011110111110001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76867C; }

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

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

<style>
 a { background-color: #76867C; }

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

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

<style>
 span { border-color: #76867C; }

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

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