#948387

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

Shades of Venus #948387

Tints of Venus #948387

Color information

#948387 (or 0x948387) is unknown color: approx Venus. HEX triplet: 94, 83 and 87. RGB value is (148,131,135). Sum of RGB (Red+Green+Blue) = 148+131+135=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 148 - color contains mainly: red. Hex color #948387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948387 is #6B7C78. Grayscale: #888888. Windows color (decimal): -7044217 or 8881044. OLE color: 8881044.

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

Color convert

RGB148131135-
CMYK00.110.090.42
HSL345.88º7.36%54.71%-
HSV(B)345.88º11.49%58.04%-
XYZ24.724.2826.31-
YUV136.54127.13136.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.75%
GREEN value IS 131 (51.56% from 255) = 31.64%
BLUE value IS 135 (53.12% from 255) = 32.61%
R=35.75%
G=31.64%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813113500.110.090.42345.887.3654.71
Hex9483870B92A15a737
Octal2242032070131152532767
Binary100101001000001110000111010111001101010101011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948387; }

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

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

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

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

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

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

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

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