Html Css Color HEX #979796 Star Dust

📋 copy color: '#979796'

red 151 ◦ green 151 ◦ blue 150

#979796
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Star Dust #979796

Tints of Star Dust #979796

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 value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#979796 (or 0x979796) is known color: 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

RGB 151 151 150 -
CMYK 0 0 0.01 0.41
HSL 60º 0% 0.59% -
HSV(B) 60º 0.01% 0.59% -
XYZ 29.33 30.91 33.28 -
YUV 150.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 151 151 150 0 0 0.01 0.41 60 0 0.59
Hex 97 97 96 0 0 1 29 3C 0 3B
Octal 227 227 226 0 0 1 51 74 0 73
Binary 10010111 10010111 10010110 0 0 1 101001 111100 0 111011

Color Harmonies of #979796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979796

Black with #979796

Text Example


Text Example

White with #979796

Text Example


Text Example

HTML Codes & Css Web 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>