#947B7F

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

Shades of Venus #947B7F

Tints of Venus #947B7F

Color information

#947B7F (or 0x947B7F) is unknown color: approx Venus. HEX triplet: 94, 7B and 7F. RGB value is (148,123,127). Sum of RGB (Red+Green+Blue) = 148+123+127=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #947B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B7F is #6B8480. Grayscale: #828282. Windows color (decimal): -7046273 or 8354708. OLE color: 8354708.

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

Color convert

RGB148123127-
CMYK00.170.140.42
HSL350.4º10.46%53.14%-
HSV(B)350.4º16.89%58.04%-
XYZ23.1321.9923.11-
YUV130.93125.78140.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 123 (48.44% from 255) = 30.90%
BLUE value IS 127 (50% from 255) = 31.91%
R=37.19%
G=30.90%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812312700.170.140.42350.410.4653.14
Hex947B7F011E2A15ea35
Octal22417317702116525361265
Binary100101001111011111111101000111101010101010111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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