#98757F

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

Shades of Venus #98757F

Tints of Venus #98757F

Color information

#98757F (or 0x98757F) is unknown color: approx Venus. HEX triplet: 98, 75 and 7F. RGB value is (152,117,127). Sum of RGB (Red+Green+Blue) = 152+117+127=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #98757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98757F is #678A80. Grayscale: #808080. Windows color (decimal): -6785665 or 8353176. OLE color: 8353176.

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

Color convert

RGB152117127-
CMYK00.230.160.40
HSL342.86º14.52%52.75%-
HSV(B)342.86º23.03%59.61%-
XYZ23.1420.9322.9-
YUV128.61127.1144.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.38%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 127 (50% from 255) = 32.07%
R=38.38%
G=29.55%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211712700.230.160.40342.8614.5252.75
Hex98757F0171028157f35
Octal23016517702720505271765
Binary1001100011101011111111010111100001010001010101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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