#948082

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

Shades of Venus #948082

Tints of Venus #948082

Color information

#948082 (or 0x948082) is unknown color: approx Venus. HEX triplet: 94, 80 and 82. RGB value is (148,128,130). Sum of RGB (Red+Green+Blue) = 148+128+130=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 148 - color contains mainly: red. Hex color #948082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948082 is #6B7F7D. Grayscale: #868686. Windows color (decimal): -7044990 or 8552596. OLE color: 8552596.

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

Color convert

RGB148128130-
CMYK00.140.120.42
HSL354º8.55%54.12%-
HSV(B)354º13.51%58.04%-
XYZ23.9623.3524.36-
YUV134.21125.63137.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 130 (51.17% from 255) = 32.02%
R=36.45%
G=31.53%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812813000.140.120.423548.5554.12
Hex9480820EC2A162936
Octal22420020201614525421166
Binary1001010010000000100000100111011001010101011000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948082; }

 p { color: rgb(148,128,130); }

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

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

 a { background-color: rgb(148,128,130); }

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

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

 span { border-color: rgb(148,128,130); }

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