#98737F

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

Shades of Venus #98737F

Tints of Venus #98737F

Color information

#98737F (or 0x98737F) is unknown color: approx Venus. HEX triplet: 98, 73 and 7F. RGB value is (152,115,127). Sum of RGB (Red+Green+Blue) = 152+115+127=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #98737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98737F is #678C80. Grayscale: #7F7F7F. Windows color (decimal): -6786177 or 8352664. OLE color: 8352664.

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

Color convert

RGB152115127-
CMYK00.240.160.40
HSL340.54º15.23%52.35%-
HSV(B)340.54º24.34%59.61%-
XYZ22.9120.4722.82-
YUV127.43127.76145.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.58%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 127 (50% from 255) = 32.23%
R=38.58%
G=29.19%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211512700.240.160.40340.5415.2352.35
Hex98737F0181028155f34
Octal23016317703020505251764
Binary1001100011100111111111011000100001010001010101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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