#98727D

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

Shades of Venus #98727D

Tints of Venus #98727D

Color information

#98727D (or 0x98727D) is unknown color: approx Venus. HEX triplet: 98, 72 and 7D. RGB value is (152,114,125). Sum of RGB (Red+Green+Blue) = 152+114+125=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #98727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98727D is #678D82. Grayscale: #7E7E7E. Windows color (decimal): -6786435 or 8221336. OLE color: 8221336.

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

Color convert

RGB152114125-
CMYK00.250.180.40
HSL342.63º15.57%52.16%-
HSV(B)342.63º25%59.61%-
XYZ22.6720.1922.1-
YUV126.62127.09146.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 125 (49.22% from 255) = 31.97%
R=38.87%
G=29.16%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211412500.250.180.40342.6315.5752.16
Hex98727D01912281571034
Octal23016217503122505272064
Binary10011000111001011111010110011001010100010101011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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