#978083

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

Shades of Venus #978083

Tints of Venus #978083

Color information

#978083 (or 0x978083) is unknown color: approx Venus. HEX triplet: 97, 80 and 83. RGB value is (151,128,131). Sum of RGB (Red+Green+Blue) = 151+128+131=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 151 - color contains mainly: red. Hex color #978083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978083 is #687F7C. Grayscale: #878787. Windows color (decimal): -6848381 or 8618135. OLE color: 8618135.

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

Color convert

RGB151128131-
CMYK00.150.130.41
HSL352.17º9.96%54.71%-
HSV(B)352.17º15.23%59.22%-
XYZ24.5823.6624.74-
YUV135.22125.62139.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.83%
GREEN value IS 128 (50.39% from 255) = 31.22%
BLUE value IS 131 (51.56% from 255) = 31.95%
R=36.83%
G=31.22%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112813100.150.130.41352.179.9654.71
Hex9780830FD29160a37
Octal22720020301715515401267
Binary1001011110000000100000110111111011010011011000001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978083; }

 p { color: rgb(151,128,131); }

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

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

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

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

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

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

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