#947682

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

Shades of Venus #947682

Tints of Venus #947682

Color information

#947682 (or 0x947682) is unknown color: approx Venus. HEX triplet: 94, 76 and 82. RGB value is (148,118,130). Sum of RGB (Red+Green+Blue) = 148+118+130=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #947682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947682 is #6B897D. Grayscale: #808080. Windows color (decimal): -7047550 or 8550036. OLE color: 8550036.

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

Color convert

RGB148118130-
CMYK00.200.120.42
HSL336º12.3%52.16%-
HSV(B)336º20.27%58.04%-
XYZ22.7220.8623.95-
YUV128.34128.94142.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 130 (51.17% from 255) = 32.83%
R=37.37%
G=29.80%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811813000.200.120.4233612.352.16
Hex947682014C2A150c34
Octal22416620202414525201464
Binary1001010011101101000001001010011001010101010100001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947682; }

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

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

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

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

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

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

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

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