#948687

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

Shades of Venus #948687

Tints of Venus #948687

Color information

#948687 (or 0x948687) is unknown color: approx Venus. HEX triplet: 94, 86 and 87. RGB value is (148,134,135). Sum of RGB (Red+Green+Blue) = 148+134+135=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #948687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948687 is #6B7978. Grayscale: #8A8A8A. Windows color (decimal): -7043449 or 8881812. OLE color: 8881812.

HSL color Cylindrical-coordinate representation of color #948687: hue angle of 355.71º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #948687 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB148134135-
CMYK00.090.090.42
HSL355.71º6.14%55.29%-
HSV(B)355.71º9.46%58.04%-
XYZ25.1125.126.44-
YUV138.3126.14134.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 134 (52.73% from 255) = 32.13%
BLUE value IS 135 (53.12% from 255) = 32.37%
R=35.49%
G=32.13%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813413500.090.090.42355.716.1455.29
Hex9486870992A164637
Octal2242062070111152544667
Binary100101001000011010000111010011001101010101100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948687; }

 p { color: rgb(148,134,135); }

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

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

 a { background-color: rgb(148,134,135); }

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

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

 span { border-color: rgb(148,134,135); }

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