#947B7E

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

Shades of Venus #947B7E

Tints of Venus #947B7E

Color information

#947B7E (or 0x947B7E) is unknown color: approx Venus. HEX triplet: 94, 7B and 7E. RGB value is (148,123,126). Sum of RGB (Red+Green+Blue) = 148+123+126=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #947B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B7E is #6B8481. Grayscale: #828282. Windows color (decimal): -7046274 or 8289172. OLE color: 8289172.

HSL color Cylindrical-coordinate representation of color #947B7E: hue angle of 352.8º 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 #947B7E is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB148123126-
CMYK00.170.150.42
HSL352.8º10.46%53.14%-
HSV(B)352.8º16.89%58.04%-
XYZ23.0621.9722.76-
YUV130.82125.28140.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=37.28%
G=30.98%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812312600.170.150.42352.810.4653.14
Hex947B7E011F2A161a35
Octal22417317602117525411265
Binary100101001111011111111001000111111010101011000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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