#98717F

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

Shades of Venus #98717F

Tints of Venus #98717F

Color information

#98717F (or 0x98717F) is unknown color: approx Venus. HEX triplet: 98, 71 and 7F. RGB value is (152,113,127). Sum of RGB (Red+Green+Blue) = 152+113+127=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #98717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98717F is #678E80. Grayscale: #7E7E7E. Windows color (decimal): -6786689 or 8352152. OLE color: 8352152.

HSL color Cylindrical-coordinate representation of color #98717F: hue angle of 338.46º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98717F is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB152113127-
CMYK00.260.160.40
HSL338.46º15.92%51.96%-
HSV(B)338.46º25.66%59.61%-
XYZ22.6820.0222.75-
YUV126.26128.42146.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.78%
GREEN value IS 113 (44.53% from 255) = 28.83%
BLUE value IS 127 (50% from 255) = 32.40%
R=38.78%
G=28.83%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211312700.260.160.40338.4615.9251.96
Hex98717F01A10281521034
Octal23016117703220505222064
Binary10011000111000111111110110101000010100010101001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98717F; }

 p { color: rgb(152,113,127); }

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

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

 a { background-color: rgb(152,113,127); }

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

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

 span { border-color: rgb(152,113,127); }

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