#98737E

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

Shades of Venus #98737E

Tints of Venus #98737E

Color information

#98737E (or 0x98737E) is unknown color: approx Venus. HEX triplet: 98, 73 and 7E. RGB value is (152,115,126). Sum of RGB (Red+Green+Blue) = 152+115+126=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #98737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98737E is #678C81. Grayscale: #7F7F7F. Windows color (decimal): -6786178 or 8287128. OLE color: 8287128.

HSL color Cylindrical-coordinate representation of color #98737E: hue angle of 342.16º 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 #98737E is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB152115126-
CMYK00.240.170.40
HSL342.16º15.23%52.35%-
HSV(B)342.16º24.34%59.61%-
XYZ22.8520.4422.48-
YUV127.32127.26145.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.68%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=38.68%
G=29.26%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211512600.240.170.40342.1615.2352.35
Hex98737E0181128156f34
Octal23016317603021505261764
Binary1001100011100111111110011000100011010001010101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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