#76927A

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

Shades of Blue Smoke #76927A

Tints of Blue Smoke #76927A

Color information

#76927A (or 0x76927A) is unknown color: approx Blue Smoke. HEX triplet: 76, 92 and 7A. RGB value is (118,146,122). Sum of RGB (Red+Green+Blue) = 118+146+122=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #76927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76927A is #896D85. Grayscale: #868686. Windows color (decimal): -9006470 or 8032886. OLE color: 8032886.

HSL color Cylindrical-coordinate representation of color #76927A: hue angle of 128.57º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76927A is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB118146122-
CMYK0.1900.160.43
HSL128.57º11.38%51.76%-
HSV(B)128.57º19.18%57.25%-
XYZ21.2625.8122.27-
YUV134.89120.72115.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.57%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=30.57%
G=37.82%
B=31.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181461220.1900.160.43128.5711.3851.76
Hex76927A130102B81b34
Octal16622217223020532011364
Binary111011010010010111101010011010000101011100000011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76927A; }

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

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

<style>
 a { background-color: #76927A; }

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

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

<style>
 span { border-color: #76927A; }

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

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