#979796

Color #979796 Star Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Star Dust #979796

Tints of Star Dust #979796

Color information

#979796 (or 0x979796) is unknown color: approx Star Dust. HEX triplet: 97, 97 and 96. RGB value is (151,151,150). Sum of RGB (Red+Green+Blue) = 151+151+150=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 151 - color contains mainly: red, green. Hex color #979796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979796 is #686869. Grayscale: #969696. Windows color (decimal): -6842474 or 9869207. OLE color: 9869207.

HSL color Cylindrical-coordinate representation of color #979796: hue angle of 60º degrees, saturation: 0, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #979796 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB151151150-
CMYK000.010.41
HSL60º0.48%59.02%-
HSV(B)60º0.66%59.22%-
XYZ29.3330.9133.28-
YUV150.89127.5128.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.41%
GREEN value IS 151 (59.38% from 255) = 33.41%
BLUE value IS 150 (58.98% from 255) = 33.19%
R=33.41%
G=33.41%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151151150000.010.41600.4859.02
Hex979796001293c03b
Octal2272272260015174073
Binary1001011110010111100101100011010011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979796; }

 p { color: rgb(151,151,150); }

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

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

 a { background-color: rgb(151,151,150); }

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

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

 span { border-color: rgb(151,151,150); }

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