#947C81

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

Shades of Venus #947C81

Tints of Venus #947C81

Color information

#947C81 (or 0x947C81) is unknown color: approx Venus. HEX triplet: 94, 7C and 81. RGB value is (148,124,129). Sum of RGB (Red+Green+Blue) = 148+124+129=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #947C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947C81 is #6B837E. Grayscale: #838383. Windows color (decimal): -7046015 or 8486036. OLE color: 8486036.

HSL color Cylindrical-coordinate representation of color #947C81: hue angle of 347.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #947C81 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB148124129-
CMYK00.160.130.42
HSL347.5º10.08%53.33%-
HSV(B)347.5º16.22%58.04%-
XYZ23.3822.323.84-
YUV131.75126.45139.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=36.91%
G=30.92%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812412900.160.130.42347.510.0853.33
Hex947C81010D2A15ca35
Octal22417420102015525341265
Binary1001010011111001000000101000011011010101010111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947C81; }

 p { color: rgb(148,124,129); }

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

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

 a { background-color: rgb(148,124,129); }

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

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

 span { border-color: rgb(148,124,129); }

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