#98747D

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

Shades of Venus #98747D

Tints of Venus #98747D

Color information

#98747D (or 0x98747D) is unknown color: approx Venus. HEX triplet: 98, 74 and 7D. RGB value is (152,116,125). Sum of RGB (Red+Green+Blue) = 152+116+125=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #98747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98747D is #678B82. Grayscale: #7F7F7F. Windows color (decimal): -6785923 or 8221848. OLE color: 8221848.

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

Color convert

RGB152116125-
CMYK00.240.180.40
HSL345º14.88%52.55%-
HSV(B)345º23.68%59.61%-
XYZ22.920.6522.18-
YUV127.79126.43145.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.68%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=38.68%
G=29.52%
B=31.81%

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
Decimal15211612500.240.180.4034514.8852.55
Hex98747D0181228159f35
Octal23016417503022505311765
Binary1001100011101001111101011000100101010001010110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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