#98797F

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

Shades of Venus #98797F

Tints of Venus #98797F

Color information

#98797F (or 0x98797F) is unknown color: approx Venus. HEX triplet: 98, 79 and 7F. RGB value is (152,121,127). Sum of RGB (Red+Green+Blue) = 152+121+127=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #98797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98797F is #678680. Grayscale: #828282. Windows color (decimal): -6784641 or 8354200. OLE color: 8354200.

HSL color Cylindrical-coordinate representation of color #98797F: hue angle of 348.39º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98797F is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB152121127-
CMYK00.200.160.40
HSL348.39º13.08%53.53%-
HSV(B)348.39º20.39%59.61%-
XYZ23.6221.8823.06-
YUV130.95125.77143.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38%
GREEN value IS 121 (47.66% from 255) = 30.25%
BLUE value IS 127 (50% from 255) = 31.75%
R=38%
G=30.25%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212112700.200.160.40348.3913.0853.53
Hex98797F014102815cd36
Octal23017117702420505341566
Binary1001100011110011111111010100100001010001010111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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