#978485

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

Shades of Venus #978485

Tints of Venus #978485

Color information

#978485 (or 0x978485) is unknown color: approx Venus. HEX triplet: 97, 84 and 85. RGB value is (151,132,133). Sum of RGB (Red+Green+Blue) = 151+132+133=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 151 - color contains mainly: red. Hex color #978485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978485 is #687B7A. Grayscale: #898989. Windows color (decimal): -6847355 or 8750231. OLE color: 8750231.

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

Color convert

RGB151132133-
CMYK00.130.120.41
HSL356.84º8.37%55.49%-
HSV(B)356.84º12.58%59.22%-
XYZ25.2524.7825.64-
YUV137.79125.29137.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.30%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=36.30%
G=31.73%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113213300.130.120.41356.848.3755.49
Hex9784850DC29165837
Octal22720420501514515451067
Binary1001011110000100100001010110111001010011011001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978485; }

 p { color: rgb(151,132,133); }

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

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

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

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

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

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

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