#988789

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

Shades of Venus #988789

Tints of Venus #988789

Color information

#988789 (or 0x988789) is unknown color: approx Venus. HEX triplet: 98, 87 and 89. RGB value is (152,135,137). Sum of RGB (Red+Green+Blue) = 152+135+137=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #988789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988789 is #677876. Grayscale: #8C8C8C. Windows color (decimal): -6781047 or 9013144. OLE color: 9013144.

HSL color Cylindrical-coordinate representation of color #988789: hue angle of 352.94º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #988789 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB152135137-
CMYK00.110.100.40
HSL352.94º7.62%56.27%-
HSV(B)352.94º11.18%59.61%-
XYZ26.1325.8127.27-
YUV140.31126.13136.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.85%
GREEN value IS 135 (53.12% from 255) = 31.84%
BLUE value IS 137 (53.91% from 255) = 32.31%
R=35.85%
G=31.84%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213513700.110.100.40352.947.6256.27
Hex9887890BA28161838
Octal23020721101312505411070
Binary1001100010000111100010010101110101010001011000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988789; }

 p { color: rgb(152,135,137); }

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

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

 a { background-color: rgb(152,135,137); }

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

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

 span { border-color: rgb(152,135,137); }

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