#947C7F

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

Shades of Venus #947C7F

Tints of Venus #947C7F

Color information

#947C7F (or 0x947C7F) is unknown color: approx Venus. HEX triplet: 94, 7C and 7F. RGB value is (148,124,127). Sum of RGB (Red+Green+Blue) = 148+124+127=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #947C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C7F is #6B8380. Grayscale: #838383. Windows color (decimal): -7046017 or 8354964. OLE color: 8354964.

HSL color Cylindrical-coordinate representation of color #947C7F: hue angle of 352.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 #947C7F is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB148124127-
CMYK00.160.140.42
HSL352.5º10.08%53.33%-
HSV(B)352.5º16.22%58.04%-
XYZ23.2522.2423.15-
YUV131.52125.45139.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 124 (48.83% from 255) = 31.08%
BLUE value IS 127 (50% from 255) = 31.83%
R=37.09%
G=31.08%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812412700.160.140.42352.510.0853.33
Hex947C7F010E2A160a35
Octal22417417702016525401265
Binary100101001111100111111101000011101010101011000001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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