#947781

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

Shades of Venus #947781

Tints of Venus #947781

Color information

#947781 (or 0x947781) is unknown color: approx Venus. HEX triplet: 94, 77 and 81. RGB value is (148,119,129). Sum of RGB (Red+Green+Blue) = 148+119+129=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #947781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947781 is #6B887E. Grayscale: #808080. Windows color (decimal): -7047295 or 8484756. OLE color: 8484756.

HSL color Cylindrical-coordinate representation of color #947781: hue angle of 339.31º 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 #947781 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB148119129-
CMYK00.200.130.42
HSL339.31º11.93%52.35%-
HSV(B)339.31º19.59%58.04%-
XYZ22.7721.0723.64-
YUV128.81128.11141.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 119 (46.88% from 255) = 30.05%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=37.37%
G=30.05%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811912900.200.130.42339.3111.9352.35
Hex947781014D2A153c34
Octal22416720102415525231464
Binary1001010011101111000000101010011011010101010100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947781; }

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

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

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

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

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

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

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

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