#94717E

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

Shades of Venus #94717E

Tints of Venus #94717E

Color information

#94717E (or 0x94717E) is unknown color: approx Venus. HEX triplet: 94, 71 and 7E. RGB value is (148,113,126). Sum of RGB (Red+Green+Blue) = 148+113+126=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #94717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94717E is #6B8E81. Grayscale: #7C7C7C. Windows color (decimal): -7048834 or 8286612. OLE color: 8286612.

HSL color Cylindrical-coordinate representation of color #94717E: hue angle of 337.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94717E is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB148113126-
CMYK00.240.150.42
HSL337.71º14.06%51.18%-
HSV(B)337.71º23.65%58.04%-
XYZ21.8819.6122.37-
YUV124.95128.6144.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 113 (44.53% from 255) = 29.20%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=38.24%
G=29.20%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811312600.240.150.42337.7114.0651.18
Hex94717E018F2A152e33
Octal22416117603017525221663
Binary100101001110001111111001100011111010101010100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94717E; }

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

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

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

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

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

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

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

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