#98737D

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

Shades of Venus #98737D

Tints of Venus #98737D

Color information

#98737D (or 0x98737D) is unknown color: approx Venus. HEX triplet: 98, 73 and 7D. RGB value is (152,115,125). Sum of RGB (Red+Green+Blue) = 152+115+125=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #98737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98737D is #678C82. Grayscale: #7F7F7F. Windows color (decimal): -6786179 or 8221592. OLE color: 8221592.

HSL color Cylindrical-coordinate representation of color #98737D: hue angle of 343.78º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98737D is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB152115125-
CMYK00.240.180.40
HSL343.78º15.23%52.35%-
HSV(B)343.78º24.34%59.61%-
XYZ22.7820.4222.14-
YUV127.2126.76145.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.78%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 125 (49.22% from 255) = 31.89%
R=38.78%
G=29.34%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211512500.240.180.40343.7815.2352.35
Hex98737D0181228158f34
Octal23016317503022505301764
Binary1001100011100111111101011000100101010001010110001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98737D; }

 p { color: rgb(152,115,125); }

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

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

 a { background-color: rgb(152,115,125); }

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

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

 span { border-color: rgb(152,115,125); }

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