#94767C

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

Shades of Venus #94767C

Tints of Venus #94767C

Color information

#94767C (or 0x94767C) is unknown color: approx Venus. HEX triplet: 94, 76 and 7C. RGB value is (148,118,124). Sum of RGB (Red+Green+Blue) = 148+118+124=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #94767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94767C is #6B8983. Grayscale: #7F7F7F. Windows color (decimal): -7047556 or 8156820. OLE color: 8156820.

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

Color convert

RGB148118124-
CMYK00.200.160.42
HSL348º12.3%52.16%-
HSV(B)348º20.27%58.04%-
XYZ22.3320.7121.89-
YUV127.65125.94142.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.95%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 124 (48.83% from 255) = 31.79%
R=37.95%
G=30.26%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811812400.200.160.4234812.352.16
Hex94767C014102A15cc34
Octal22416617402420525341464
Binary1001010011101101111100010100100001010101010111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94767C; }

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

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

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

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

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

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

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

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